Skip to content

Commit

Permalink
move gulp-qunit to global
Browse files Browse the repository at this point in the history
  • Loading branch information
jareguo committed Sep 18, 2019
1 parent 3c51588 commit 2092d4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gulp/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ exports.test = function (callback) {
try {
qunit = require('gulp-qunit');
} catch (e) {
console.error('Please run "npm install gulp-qunit" before running "gulp test".');
console.error('Please run "npm install gulp-qunit@2.0.1 -g" before running "gulp test".');
throw e;
}
return Gulp.src('bin/qunit-runner.html')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"gulp-mirror": "0.4.0",
"gulp-optimize-js": "^1.1.0",
"gulp-plumber": "0.6.6",
"gulp-qunit": "2.0.1",
"gulp-rename": "1.2.2",
"gulp-shell": "0.4.1",
"gulp-size": "2.1.0",
Expand Down

0 comments on commit 2092d4e

Please sign in to comment.