Skip to content

Commit

Permalink
update test jshint globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jan 16, 2014
1 parent 9e803f9 commit f6458cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- global cli + local install mismatch is no longer fatal
- remove tests for fs stuff
- switch core src, dest, and watch to vinyl-fs
- internal cleaning

## 3.3.4

Expand Down
2 changes: 1 addition & 1 deletion test/dest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*jshint node:true */
/*global describe:false, it:false */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var gulp = require('../');
Expand Down
2 changes: 1 addition & 1 deletion test/src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*jshint node:true */
/*global describe:false, it:false */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var gulp = require('../');
Expand Down
2 changes: 1 addition & 1 deletion test/taskTree.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*jshint node:true */
/*global describe:false, it:false */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var taskTree = require('../lib/taskTree');
Expand Down
2 changes: 1 addition & 1 deletion test/tasks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*jshint node:true */
/*global describe:false, it:false */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var gulp = require('../');
Expand Down

0 comments on commit f6458cc

Please sign in to comment.