Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Watch
3,349
Star
35,172
Fork
14,236
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
22 lines (17 sloc)
0.439 kb
Raw
Normal view
History
36831ec
refactor(jshint): reduce duplication & test all JS files
mzgol
authored
Jun 23, 2014
1
'
use strict
'
;
2
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
3
var
sharedConfig
=
require
(
'
./karma-shared.conf
'
);
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
4
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
5
module
.
exports
=
function
(
config
) {
80d0f98
chore(travis): clean up logs
vojtajina
authored
Aug 21, 2013
6
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
7
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
8
config.set({
9
files
:
[
10
'
build/angular.js
'
,
4ae3184
feat($animate): use requestAnimationFrame instead of a timeout to issue ...
matsko
authored
Jan 12, 2014
11
'
build/angular-mocks.js
'
,
b72ea59
chore(docs-app): re-activate docs-app test tasks
petebacondarwin
authored
Feb 21, 2014
12
'
docs/app/src/**/*.js
'
,
13
'
docs/app/test/**/*Spec.js
'
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
14
],
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
15
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
16
junitReporter
:
{
17
outputFile
:
'
test_out/docs.xml
'
,
18
suite
:
'
Docs
'
19
}
20
});
77c4fc6
chore(ngdocs): setup karma-docs testing suite to test docs components
matsko
authored
Jun 5, 2013
21
};
Something went wrong with that request. Please try again.