Remove "use strict" directives in tests

We set alwaysStrict so this directive is not needed
This commit is contained in:
Matt Bierner
2018-10-02 15:57:16 -07:00
parent cfeeb33345
commit 7ebea5fba0
274 changed files with 0 additions and 547 deletions

View File

@@ -3,8 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import * as sinon from 'sinon';
import * as assert from 'assert';
import * as os from 'os';