使用Chutzpah和Jasmin在VS2015测试资源管理器中多次显示AngularJS单元测试

时间:2016-04-05 08:32:52

标签: angularjs unit-testing jasmine chutzpah

我为AngularJS编写了一些单元测试,并使用Chutzpah在VS中运行测试。这就像一个魅力,但每个测试在VS Test Explorer中显示3次。知道为什么吗?我的chutzpah.json看起来像这样:

{
  "References": [
     { "Path": “Path of needed file” },
     { "Path": “Path of needed file” },
     { "Path": “Path of needed file” },
     { "Path": “Path of needed file” }
  ]
}

1 个答案:

答案 0 :(得分:0)

我在周末发现了这个错误。我还有一个没有Chutzpah运行测试的html网站。 Chutzpah自己找到了测试并再次从html中获取它们。