我在使用Chutzpah.json文件时犯了一些错误吗?

时间:2016-03-22 18:35:16

标签: angularjs json jasmine resharper chutzpah

我正在尝试使用jasmine测试Angular:

我的文件夹结构: Java8 JVM

我的chutzpah.json文件:

{
"Framework": "jasmine",
 "TestHarnessLocationMode": "Custom",
 "TestHarnessDirectory": "../AngularExample",
"TestHarnessLocationMode": "SettingsFileAdjacent",
"TestHarnessReferenceMode": "AMD",

"References": [ 
     {"Path": "../AngularExample/Controller","Include": "app.js"} ],

"Tests": [
    { "Path": "/Tests/Specs" }
 ],
"AMDBasePath": "../AngularExample/Controller"
}

我收到以下错误消息: enter image description here

我的代码文件在这里引用(来自enter image description here

的举例)

1 个答案:

答案 0 :(得分:0)

看起来你并没有引用Angular.js库本身。请查看Angular samples with Chutzpah,看看是否有帮助。