blob: 6cf548159b4a585e1839858a6559919b84aa6075 (
plain)
1
2
3
4
5
6
7
8
9
|
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']
|