Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 20 lines (16 sloc) 0.424 kb
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
1 var sharedConfig = require('./karma-shared.conf');
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
2
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
3 module.exports = function(config) {
80d0f98 Vojta Jina chore(travis): clean up logs
vojtajina authored
4 sharedConfig(config, {testName: 'AngularJS: docs', logFile: 'karma-docs.log'});
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
5
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
6 config.set({
7 files: [
8 'build/angular.js',
4ae3184 Matias Niemelä feat($animate): use requestAnimationFrame instead of a timeout to issue ...
matsko authored
9 'build/angular-mocks.js',
b72ea59 Pete Bacon Darwin chore(docs-app): re-activate docs-app test tasks
petebacondarwin authored
10 'docs/app/src/**/*.js',
11 'docs/app/test/**/*Spec.js'
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
12 ],
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
13
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
14 junitReporter: {
15 outputFile: 'test_out/docs.xml',
16 suite: 'Docs'
17 }
18 });
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
19 };
Something went wrong with that request. Please try again.