Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Watch
3,360
Star
35,297
Fork
14,299
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-jquery.conf.js
Newer
Older
100644
19 lines (14 sloc)
0.468 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
angularFiles
=
require
(
'
./angularFiles
'
);
4
var
sharedConfig
=
require
(
'
./karma-shared.conf
'
);
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
5
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
6
module
.
exports
=
function
(
config
) {
80d0f98
chore(travis): clean up logs
vojtajina
authored
Aug 21, 2013
7
sharedConfig(config, {testName
:
'
AngularJS: jQuery
'
, logFile
:
'
karma-jquery.log
'
});
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
8
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
9
config.set({
d7b3aa9
test(jqLite): make iframe contents() test less flaky
caitp
authored
Jul 11, 2014
10
files
:
angularFiles.mergeFilesFor(
'
karmaJquery
'
),
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
11
exclude
:
angularFiles.mergeFilesFor(
'
karmaJqueryExclude
'
),
a5d434d
chore(test): add junit config for testacular
vojtajina
authored
Sep 19, 2012
12
29f96c8
chore: update karma to 0.9.4
vojtajina
authored
Jun 25, 2013
13
junitReporter
:
{
14
outputFile
:
'
test_out/jquery.xml
'
,
15
suite
:
'
jQuery
'
16
}
17
});
a5d434d
chore(test): add junit config for testacular
vojtajina
authored
Sep 20, 2012
18
};
Something went wrong with that request. Please try again.