Explorar o código

Moved JSHint comment.

Szymon Kupś %!s(int64=10) %!d(string=hai) anos
pai
achega
66a1a927ae
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  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;