Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 39 lines (31 sloc) 1.021 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/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
040aa11 Vojta Jina test(docs): ignore some of the specs on IE
vojtajina authored
29 'docs/component-spec/mocks.js',
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
30 'docs/component-spec/*.js'
31 ],
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
32
29f96c8 Vojta Jina chore: update karma to 0.9.4
vojtajina authored
33 junitReporter: {
34 outputFile: 'test_out/docs.xml',
35 suite: 'Docs'
36 }
37 });
77c4fc6 Matias Niemelä chore(ngdocs): setup karma-docs testing suite to test docs components
matsko authored
38 };
Something went wrong with that request. Please try again.