blob: 6cb9811428cc11c37c822ff38bb913aacd6a00c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
var angularFiles = require(__dirname + '/angularFiles.js');
files = angularFiles.mergeFiles(JASMINE, JASMINE_ADAPTER, 'jstd');
exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdExclude);
autoWatch = true;
logLevel = LOG_INFO;
logColors = true;
browsers = ['Chrome'];
junitReporter = {
outputFile: 'test_out/jqlite.xml',
suite: 'jqLite'
};
|