Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Watch
3,349
Star
35,166
Fork
14,232
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
20 lines (16 sloc)
0.424 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/angular.js
'
,
4ae3184
feat($animate): use requestAnimationFrame instead of a timeout to issue ...
matsko
authored
Jan 12, 2014
9
'
build/angular-mocks.js
'
,
b72ea59
chore(docs-app): re-activate docs-app test tasks
petebacondarwin
authored
Feb 21, 2014
10
'
docs/app/src/**/*.js
'
,
11
'
docs/app/test/**/*Spec.js
'
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
12
],
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
13
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
14
junitReporter
:
{
15
outputFile
:
'
test_out/docs.xml
'
,
16
suite
:
'
Docs
'
17
}
18
});
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
19
};
Something went wrong with that request. Please try again.