Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 19 lines (14 sloc) 0.431 kb
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
1 var angularFiles = require('./angularFiles');
2 var sharedConfig = require('./karma-shared.conf');
9d168f0 Igor Minar chore(testing): Testacular config files + rake tasks
IgorMinar authored
3
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
4 module.exports = function(config) {
5 sharedConfig(config);
9d168f0 Igor Minar chore(testing): Testacular config files + rake tasks
IgorMinar authored
6
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
7 config.set({
976edc1 Vojta Jina chore: clean up angularFiles.js
vojtajina authored
8 files: angularFiles.mergeFilesFor('karma'),
9 exclude: angularFiles.mergeFilesFor('karmaExclude'),
a5d434d Vojta Jina chore(test): add junit config for testacular
vojtajina authored
10
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
11 junitReporter: {
12 outputFile: 'test_out/jqlite.xml',
13 suite: 'jqLite'
14 }
15 });
33223e2 Vojta Jina chore: set up Sauce Labs with Travis
vojtajina authored
16
17 config.sauceLabs.testName = 'AngularJS: jqLite';
a5d434d Vojta Jina chore(test): add junit config for testacular
vojtajina authored
18 };
Something went wrong with that request. Please try again.