8000 also rebuild test on save · Snoopbobb/vue@1c476ae · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 1c476ae

Browse files
committed
also rebuild test on save
1 parent 4c25d1e commit 1c476ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function (grunt) {
3131
tasks: ['dev']
3232
},
3333
test: {
34-
files: ['test/unit/specs/**/*.js'],
34+
files: ['src/**/*.js', 'test/unit/specs/**/*.js'],
3535
tasks: ['build-test']
3636
}
3737
},

0 commit comments

Comments
 (0)
0