File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ module.exports = function (grunt) {
67
67
tasks : [ 'mochaTest' ]
68
68
} ,
69
69
jsTest : {
70
- files : [ 'test/spec/{,*/}*.js' ] ,
70
+ files : [ 'test/client/ spec/{,*/}*.js' ] ,
71
71
tasks : [ 'newer:jshint:test' , 'karma' ]
72
72
} , < % } % > < % if ( compass ) { % >
73
73
compass : {
@@ -123,9 +123,9 @@ module.exports = function (grunt) {
123
123
] < % if ( ! coffee ) { % > ,
124
124
test : {
125
125
options : {
126
- jshintrc : 'test/.jshintrc'
126
+ jshintrc : 'test/client/ .jshintrc'
127
127
} ,
128
- src : [ 'test/spec/{,*/}*.js' ]
128
+ src : [ 'test/client/ spec/{,*/}*.js' ]
129
129
} < % } % >
130
130
} ,
131
131
@@ -232,9 +232,9 @@ module.exports = function (grunt) {
232
232
test : {
233
233
files : [ {
234
234
expand : true ,
235
- cwd : 'test/spec' ,
235
+ cwd : 'test/client/ spec' ,
236
236
src : '{,*/}*.coffee' ,
237
- dest : '.tmp/spec' ,
237
+ dest : '.tmp/client/ spec' ,
238
238
ext : '.js'
239
239
} ]
240
240
}
You can’t perform that action at this time.
0 commit comments