I am trying to test Angular using jasmine:
My chutzpah.json file:
{
"Framework": "jasmine",
"TestHarnessLocationMode": "Custom",
"TestHarnessDirectory": "../AngularExample",
"TestHarnessLocationMode": "SettingsFileAdjacent",
"TestHarnessReferenceMode": "AMD",
"References": [
{"Path": "../AngularExample/Controller","Include": "app.js"} ],
"Tests": [
{ "Path": "/Tests/Specs" }
],
"AMDBasePath": "../AngularExample/Controller"
}
I am getting below error message:
My code files are referred from here(reffering example from https://gist.github.com/blesh/8846528