Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 15 lines (11 sloc) 0.372 kb
9d168f0 Igor Minar chore(testing): Testacular config files + rake tasks
IgorMinar authored
1 var angularFiles = require(__dirname + '/angularFiles.js');
2
3 files = angularFiles.mergeFiles(JASMINE, JASMINE_ADAPTER, 'jstd');
4 exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdExclude);
5
6 autoWatch = true;
7 logLevel = LOG_INFO;
8 logColors = true;
a5d434d Vojta Jina chore(test): add junit config for testacular
vojtajina authored
9 browsers = ['Chrome'];
10
11 junitReporter = {
12 outputFile: 'test_out/jqlite.xml',
13 suite: 'jqLite'
14 };
Something went wrong with that request. Please try again.