Sha256: ea338195dcf2a47646cd25436b9db1b66324602c20adc3532b8d3f5eef2de6cc
Contents?: true
Size: 587 Bytes
Versions: 7
Compression:
Stored size: 587 Bytes
Contents
module.exports = function(config) { config.set({ basePath: '.', autoWatch: true, browsers: ['Chrome'], frameworks: ['jasmine'], reporters: ['progress', 'junit'], files: [ 'test/lib/angular/angular.js', 'test/lib/angular/angular-bootstrap.js', 'test/lib/angular/angular-loader.js', 'test/lib/angular/angular-sanitize.js', 'test/lib/angular/angular-mocks.js', 'vendor/assets/javascripts/**/*.js', 'test/unit/**/*.js' ], junitReporter: { outputFile: 'test_out/unit.xml', suite: 'unit' } }) };
Version data entries
7 entries across 7 versions & 1 rubygems