Skip to content

Commit

Permalink
Build: Update grunt-contrib-qunit version from 1.0.1 to 4.0.0
Browse files Browse the repository at this point in the history
Closes gh-1894
  • Loading branch information
sakshisharmapuresoftware committed Oct 21, 2020
1 parent b15e45a commit 91b6fc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,17 @@ grunt.initConfig( {
return !( /(all|index|test)\.html$/ ).test( file );
} ),
options: {
inject: false,
puppeteer: {
ignoreDefaultArgs: true,
args: [
"--headless",
"--disable-web-security",
"--allow-file-access-from-files"
]
},
inject: [
require.resolve( "grunt-contrib-qunit/chrome/bridge" )
],
page: {
viewportSize: { width: 700, height: 500 }
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-qunit": "1.0.1",
"grunt-contrib-qunit": "4.0.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-uglify": "5.0.0",
"grunt-git-authors": "3.2.0",
Expand Down

0 comments on commit 91b6fc3

Please sign in to comment.