Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tag: v1.0.7
Fetching contributors…

Cannot retrieve contributors at this time

15 lines (11 sloc) 0.372 kb
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'
};
Jump to Line
Something went wrong with that request. Please try again.