Karma无法实例化主应用程序模块

时间:2016-07-25 22:35:08

标签: ruby-on-rails angularjs karma-jasmine

使用Karma和Jasmine进行单元测试...... Karma找不到我的应用程序的主要模块,名为'fuse',在app.js中定义

.ansible.cfg

我尝试在karma.conf.js中移动依赖项,我尝试将browserify或requirejs指定为可能的解决方案。不确定如何继续,并可以在正确的方向使用指针。

以下是文件结构:enter image description here

这是我的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

1 个答案:

答案 0 :(得分:0)

'公共/应用/ app.js&#39 ;,   '公共/ ** / * spec.js'

替换它

更具体的位置

公共/应用/ ** / * JS' \

'公共/ ** / * spec.js'