Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 40 lines (31 sloc) 0.975 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) {
4 sharedConfig(config);
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/docs/components/jquery.js',
9 'test/jquery_remove.js',
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
10
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
11 'build/angular.js',
12 'build/angular-cookies.js',
13 'build/angular-mocks.js',
14 'build/angular-resource.js',
94ec84e Brian Ford chore(ngMobile): rename module ngTouch and file to angular-touch.js
btford authored
15 'build/angular-touch.js',
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
16 'build/angular-sanitize.js',
17 'build/angular-route.js',
81923f1 Matias Niemelä feat(ngAnimate): complete rewrite of animations
matsko authored
18 'build/angular-animate.js',
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
19
ac04b87 Vojta Jina test(docs): fix invalid paths
vojtajina authored
20 'build/docs/components/lunr.js',
21 'build/docs/components/google-code-prettify.js',
258cae8 Matias Niemelä chore(ngdocs): replace showdown.js with marked.js
matsko authored
22 'build/docs/components/marked.js',
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
23
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
24 'build/docs/components/angular-bootstrap.js',
25 'build/docs/components/angular-bootstrap-prettify.js',
26 'build/docs/js/docs.js',
27 'build/docs/docs-data.js',
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
28
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
29 'docs/component-spec/*.js'
30 ],
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
31
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
32 junitReporter: {
33 outputFile: 'test_out/docs.xml',
34 suite: 'Docs'
35 }
36 });
33223e2 Vojta Jina chore: set up Sauce Labs with Travis
vojtajina authored
37
38 config.sauceLabs.testName = 'AngularJS: docs';
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
39 };
Something went wrong with that request. Please try again.