Uncaught Error: Module name “lib/chai” has not been loaded yet for context: use require([])
问题 i m using karma-mocha ..my karma.conf file is working with karma-jasmine...but not working with karma-mocha....my karma.conf file:-- module.exports = function(config){ config.set({ basePath : '../app', preprocessors: { '**/*.html':'ng-html2js' }, ngHtml2JsPreprocessor: { prependPrefix: '/' }, files : [ 'node_modules/jquery/**/*.js', 'lib/angular/angular.js', 'lib/angular/angular-*.js', '../test/lib/angular-mocks.js', '../test/lib/sinon-1.15.0.js', '../test/chai/chai.js', 'js/**/*.js', '..