mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-04 05:04:44 +00:00
chore(grunt): add autotest:modules target
This commit is contained in:
parent
5599b55b04
commit
63c1e5beff
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
autotest: {
|
autotest: {
|
||||||
jqlite: 'karma-jqlite.conf.js',
|
jqlite: 'karma-jqlite.conf.js',
|
||||||
jquery: 'karma-jquery.conf.js'
|
jquery: 'karma-jquery.conf.js',
|
||||||
|
modules: 'karma-modules.conf.js'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue