Parcourir la source

Moved JSHint comment above 'use strict'.

Szymon Kupś il y a 10 ans
Parent
commit
823968310f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      dev/tasks/tests/dev-init.js

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

@@ -3,8 +3,9 @@
  * 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;