Skip to content

Commit 91b6fc3

Browse files
Build: Update grunt-contrib-qunit version from 1.0.1 to 4.0.0
Closes gh-1894
1 parent b15e45a commit 91b6fc3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Gruntfile.js

+11-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,17 @@ grunt.initConfig( {
225225
return !( /(all|index|test)\.html$/ ).test( file );
226226
} ),
227227
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+
],
229239
page: {
230240
viewportSize: { width: 700, height: 500 }
231241
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"grunt-contrib-concat": "1.0.1",
5959
"grunt-contrib-csslint": "2.0.0",
6060
"grunt-contrib-jshint": "0.12.0",
61-
"grunt-contrib-qunit": "1.0.1",
61+
"grunt-contrib-qunit": "4.0.0",
6262
"grunt-contrib-requirejs": "1.0.0",
6363
"grunt-contrib-uglify": "5.0.0",
6464
"grunt-git-authors": "3.2.0",

0 commit comments

Comments
 (0)