Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

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