Procházet zdrojové kódy

Moved JSHint comment.

Szymon Kupś před 10 roky
rodič
revize
66a1a927ae
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  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.
  * For licensing, see LICENSE.md.
  */
  */
 
 
-'use strict';
 /* global describe, it, beforeEach, afterEach */
 /* global describe, it, beforeEach, afterEach */
 
 
+'use strict';
+
 let toRestore;
 let toRestore;
 const git = require( '../utils/git' );
 const git = require( '../utils/git' );
 const chai = require( 'chai' );
 const chai = require( 'chai' );

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

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