Sha256: 51a97b27c890ed471a777c8f1e444088dcbc51ee907f459c76291fc8c1b53899
Contents?: true
Size: 608 Bytes
Versions: 6
Compression:
Stored size: 608 Bytes
Contents
module.exports = function(config){ config.set({ basePath : '../', files : [ 'js/angular.min.js', 'js/underscore-min.js', 'js/app.js', 'spec/javascript/lib/angular/angular-mocks.js', 'spec/javascript/unit/**/*.js' ], autoWatch : true, frameworks: ['jasmine'], browsers : ['Chrome'], plugins : [ 'karma-junit-reporter', 'karma-chrome-launcher', 'karma-firefox-launcher', 'karma-jasmine' ], junitReporter : { outputFile: 'test_out/unit.xml', suite: 'unit' } })}
Version data entries
6 entries across 6 versions & 1 rubygems