Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 63c1e5b

Browse files
committed
chore(grunt): add autotest:modules target
1 parent 5599b55 commit 63c1e5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ module.exports = function(grunt) {
5555

5656
autotest: {
5757
jqlite: 'karma-jqlite.conf.js',
58-
jquery: 'karma-jquery.conf.js'
58+
jquery: 'karma-jquery.conf.js',
59+
modules: 'karma-modules.conf.js'
5960
},
6061

6162

0 commit comments

Comments
 (0)