aboutsummaryrefslogtreecommitdiffstats
path: root/karma-jquery.conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'karma-jquery.conf.js')
-rw-r--r--karma-jquery.conf.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/karma-jquery.conf.js b/karma-jquery.conf.js
index 4af9508d..6a592d6a 100644
--- a/karma-jquery.conf.js
+++ b/karma-jquery.conf.js
@@ -5,7 +5,12 @@ module.exports = function(config) {
sharedConfig(config, {testName: 'AngularJS: jQuery', logFile: 'karma-jquery.log'});
config.set({
- files: angularFiles.mergeFilesFor('karmaJquery'),
+ files: angularFiles.mergeFilesFor('karmaJquery').concat({
+ pattern: "test/fixtures/**/*.html",
+ served: true,
+ watched: true,
+ included: false
+ }),
exclude: angularFiles.mergeFilesFor('karmaJqueryExclude'),
junitReporter: {