diff options
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index fd37e1f1..c20b1ea0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -55,7 +55,8 @@ module.exports = function(grunt) { autotest: { jqlite: 'karma-jqlite.conf.js', - jquery: 'karma-jquery.conf.js' + jquery: 'karma-jquery.conf.js', + modules: 'karma-modules.conf.js' }, |
