Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 22 lines (18 sloc) 0.562 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) {
80d0f98 Vojta Jina chore(travis): clean up logs
vojtajina authored
5 sharedConfig(config, {testName: 'AngularJS: jqLite', logFile: 'karma-jqlite.log'});
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({
05fbed5 ⭐caitp⭐ fix(jqLite): make jqLite('<iframe src="someurl">').contents() return ifr...
caitp authored
8 files: angularFiles.mergeFilesFor('karma').concat({
9 pattern: "test/fixtures/**/*.html",
10 served: true,
11 watched: true,
12 included: false
13 }),
976edc1 Vojta Jina chore: clean up angularFiles.js
vojtajina authored
14 exclude: angularFiles.mergeFilesFor('karmaExclude'),
a5d434d Vojta Jina chore(test): add junit config for testacular
vojtajina authored
15
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
16 junitReporter: {
17 outputFile: 'test_out/jqlite.xml',
18 suite: 'jqLite'
19 }
20 });
a5d434d Vojta Jina chore(test): add junit config for testacular
vojtajina authored
21 };
Something went wrong with that request. Please try again.