Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

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