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' },