使用Karma和Jasmine进行单元测试...... Karma找不到我的应用程序的主要模块,名为'fuse',在app.js中定义
.ansible.cfg
我尝试在karma.conf.js中移动依赖项,我尝试将browserify或requirejs指定为可能的解决方案。不确定如何继续,并可以在正确的方向使用指针。
这是我的karma.conf文件:
'fuse':Error: [$injector:nomod] Module 'fuse' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.5.8/$injector/n
答案 0 :(得分:0)
'公共/应用/ app.js&#39 ;, '公共/ ** / * spec.js'
替换它更具体的位置
公共/应用/ ** / * JS' \
'公共/ ** / * spec.js'