Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Star
35,084
Fork
14,161
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-modules.conf.js
Newer
Older
100644
18 lines (13 sloc)
0.405 kb
Raw
Normal view
History
4fbd4bb
chore: update karma to 0.9.4
vojtajina
authored
Jun 28, 2013
1
var
angularFiles
=
require
(
'
./angularFiles
'
);
2
var
sharedConfig
=
require
(
'
./karma-shared.conf
'
);
06eceeb
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
3
4fbd4bb
chore: update karma to 0.9.4
vojtajina
authored
Jun 28, 2013
4
module
.
exports
=
function
(
config
) {
5
sharedConfig(config);
06eceeb
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
6
4fbd4bb
chore: update karma to 0.9.4
vojtajina
authored
Jun 28, 2013
7
config.set({
8efcec6
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
8
files
:
angularFiles.mergeFilesFor(
'
karmaModules
'
,
'
angularSrcModules
'
),
b6620c7
chore(test): add junit config for testacular
vojtajina
authored
Sep 19, 2012
9
4fbd4bb
chore: update karma to 0.9.4
vojtajina
authored
Jun 28, 2013
10
junitReporter
:
{
11
outputFile
:
'
test_out/modules.xml
'
,
12
suite
:
'
modules
'
13
}
14
});
9a77d03
chore: set up Sauce Labs with Travis
vojtajina
authored
Jun 28, 2013
15
16
config.sauceLabs.testName
=
'
AngularJS: modules
'
;
b6620c7
chore(test): add junit config for testacular
vojtajina
authored
Sep 20, 2012
17
};
Something went wrong with that request. Please try again.