Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tree: 4b8629b6b8
15 lines (11 sloc) 0.363 kb
var angularFiles = require(__dirname + '/angularFiles.js');
files = angularFiles.mergeFiles(JASMINE, JASMINE_ADAPTER, 'jstdModules', 'angularSrcModules');
exclude = ['**/*jasmine*/**', '**/*jstd*/**'];
autoWatch = true;
logLevel = LOG_INFO;
logColors = true;
browsers = ['Chrome'];
junitReporter = {
outputFile: 'test_out/modules.xml',
suite: 'modules'
};
Jump to Line
Something went wrong with that request. Please try again.