File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,17 @@ grunt.initConfig( {
225
225
return ! ( / ( a l l | i n d e x | t e s t ) \. h t m l $ / ) . test ( file ) ;
226
226
} ) ,
227
227
options : {
228
- inject : false ,
228
+ puppeteer : {
229
+ ignoreDefaultArgs : true ,
230
+ args : [
231
+ "--headless" ,
232
+ "--disable-web-security" ,
233
+ "--allow-file-access-from-files"
234
+ ]
235
+ } ,
236
+ inject : [
237
+ require . resolve ( "grunt-contrib-qunit/chrome/bridge" )
238
+ ] ,
229
239
page : {
230
240
viewportSize : { width : 700 , height : 500 }
231
241
}
Original file line number Diff line number Diff line change 58
58
"grunt-contrib-concat" : " 1.0.1" ,
59
59
"grunt-contrib-csslint" : " 2.0.0" ,
60
60
"grunt-contrib-jshint" : " 0.12.0" ,
61
- "grunt-contrib-qunit" : " 1 .0.1 " ,
61
+ "grunt-contrib-qunit" : " 4 .0.0 " ,
62
62
"grunt-contrib-requirejs" : " 1.0.0" ,
63
63
"grunt-contrib-uglify" : " 5.0.0" ,
64
64
"grunt-git-authors" : " 3.2.0" ,
You can’t perform that action at this time.
0 commit comments