0
我使用Grunt和grunt-contrib-jasmine啓動茉莉花測試。茉莉花。模塊是不確定的,即使使用角度模擬
我的配置在Gruntfile:
jasmine : {
src : ['src/main/webapp/app/js/controllers/*.js'],
options: {
specs: 'src/main/webapp/specs/*spec.js',
vendor: '/src/main/webapp/app/lib/angular.min.js',
helpers: '/src/main/webapp/specs/helpers/angular-mocks.js'
}
}
但grunt:jasmine
後,我得到錯誤「的ReferenceError:Can't find variable: module
我怎樣才能解決這個問題?