From 63c1e5beff858abae464b5dead80d51d5f2c0ca2 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Jun 2013 14:07:32 -0700 Subject: chore(grunt): add autotest:modules target --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') 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' }, -- cgit v1.2.3