Browse Source

Moved JSHint comment.

Szymon Kupś 10 years ago
parent
commit
66a1a927ae
2 changed files with 4 additions and 2 deletions
  1. 2 1
      dev/tasks/tests/git.js
  2. 2 1
      dev/tasks/tests/tools.js

+ 2 - 1
dev/tasks/tests/git.js

@@ -3,9 +3,10 @@
  * For licensing, see LICENSE.md.
  */
 
-'use strict';
 /* global describe, it, beforeEach, afterEach */
 
+'use strict';
+
 let toRestore;
 const git = require( '../utils/git' );
 const chai = require( 'chai' );

+ 2 - 1
dev/tasks/tests/tools.js

@@ -3,9 +3,10 @@
  * For licensing, see LICENSE.md.
  */
 
-'use strict';
 /* global describe, it, beforeEach, afterEach */
 
+'use strict';
+
 const chai = require( 'chai' );
 const sinon = require( 'sinon' );
 const expect = chai.expect;