标签: angularjs karma-runner
我已经通过凉亭下载了角度,并将其包含在conf文件中的文件中。 File Structure/Files。当我经营业力时,测试说:angular is not defined。我认为将它包含在Files部分中应该将其解析为依赖。
angular is not defined
有什么想法吗?
答案 0 :(得分:1)
你错过了bower文件夹名称,它应该是bower_components而不是bower-components。下划线,而不是破折号。
bower_components
bower-components