我想使用Chutzpah在Visual Studio 2013中运行JavaScript单元测试.只要我不引用angular.js,测试就会运行.使用angular.js这些测试将不会运行,VS输出给我以下消息:
Error: Error: Instrumentation error, you cannot redefine the 'window' variable in file:///e:/.../scripts/angular/angular.js:1529
in file:///C:/USERS/.../APPDATA/LOCAL/MICROSOFT/VISUALSTUDIO/12.0/EXTENSIONS/MWY50QF4.VGS/TestFiles/Coverage/blanket_jasmine_v2.js.**
Run Code Online (Sandbox Code Playgroud)
有谁知道这个问题?