Explorar o código

Moved JSHint comment above 'use strict'.

Szymon Kupś %!s(int64=10) %!d(string=hai) anos
pai
achega
823968310f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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.
  */
 
-'use strict';
 /* global describe, it, beforeEach, afterEach */
+
+'use strict';
 const chai = require( 'chai' );
 const sinon = require( 'sinon' );
 const expect = chai.expect;