Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Watch
3,346
Star
35,155
Fork
14,225
angular
/
angular.js
Code
Issues
Pull Requests
Wiki
Pulse
Graphs
HTTPS
clone URL
Subversion
checkout URL
You can clone with
HTTPS
or
Subversion
.
Download ZIP
Permalink
angular.js
/
karma-docs.conf.js
Newer
Older
100644
39 lines (31 sloc)
1.021 kb
Raw
Normal view
History
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
1
var
sharedConfig
=
require
(
'
./karma-shared.conf
'
);
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
2
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
3
module
.
exports
=
function
(
config
) {
80d0f98
chore(travis): clean up logs
vojtajina
authored
Aug 21, 2013
4
sharedConfig(config, {testName
:
'
AngularJS: docs
'
, logFile
:
'
karma-docs.log
'
});
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
5
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
6
config.set({
7
files
:
[
8
'
build/docs/components/jquery.js
'
,
9
'
test/jquery_remove.js
'
,
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
10
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
11
'
build/angular.js
'
,
12
'
build/angular-cookies.js
'
,
13
'
build/angular-mocks.js
'
,
14
'
build/angular-resource.js
'
,
94ec84e
chore(ngMobile): rename module ngTouch and file to angular-touch.js
btford
authored
Aug 9, 2013
15
'
build/angular-touch.js
'
,
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
16
'
build/angular-sanitize.js
'
,
17
'
build/angular-route.js
'
,
81923f1
feat(ngAnimate): complete rewrite of animations
matsko
authored
Jun 18, 2013
18
'
build/angular-animate.js
'
,
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
19
ac04b87
test(docs): fix invalid paths
vojtajina
authored
Jun 28, 2013
20
'
build/docs/components/lunr.js
'
,
21
'
build/docs/components/google-code-prettify.js
'
,
258cae8
chore(ngdocs): replace showdown.js with marked.js
matsko
authored
Jul 8, 2013
22
'
build/docs/components/marked.js
'
,
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
23
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
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
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
28
040aa11
test(docs): ignore some of the specs on IE
vojtajina
authored
Aug 20, 2013
29
'
docs/component-spec/mocks.js
'
,
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
30
'
docs/component-spec/*.js
'
31
],
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
32
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
33
junitReporter
:
{
34
outputFile
:
'
test_out/docs.xml
'
,
35
suite
:
'
Docs
'
36
}
37
});
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
38
};
Something went wrong with that request. Please try again.