aboutsummaryrefslogtreecommitdiffstats
path: root/karma-jquery.conf.js
diff options
context:
space:
mode:
authorVojta Jina2013-06-28 16:35:05 -0700
committerVojta Jina2013-06-28 16:35:05 -0700
commit8efcec67ccef8d37a474427dd8cf8d9d39ffcf72 (patch)
treec6addb7370a264dd729f33f44624586672d098f1 /karma-jquery.conf.js
parent4fbd4bbd8deb92f51d2e79e16774a466e20e0d93 (diff)
downloadangular.js-8efcec67ccef8d37a474427dd8cf8d9d39ffcf72.tar.bz2
chore: clean up angularFiles.js
Diffstat (limited to 'karma-jquery.conf.js')
-rw-r--r--karma-jquery.conf.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/karma-jquery.conf.js b/karma-jquery.conf.js
index 28f2fae2..236824f7 100644
--- a/karma-jquery.conf.js
+++ b/karma-jquery.conf.js
@@ -5,8 +5,8 @@ module.exports = function(config) {
sharedConfig(config);
config.set({
- files: angularFiles.mergeFiles('jstdJquery'),
- exclude: angularFiles.files.jstdJqueryExclude,
+ files: angularFiles.mergeFilesFor('karmaJquery'),
+ exclude: angularFiles.mergeFilesFor('karmaJqueryExclude'),
junitReporter: {
outputFile: 'test_out/jquery.xml',