Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 3bf2276

Browse files
Remove usage of use strict (#319)
1 parent 3c2dbba commit 3bf2276

12 files changed

+0
-16
lines changed

system-test/test-controller.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
'use strict';
18-
1917
import * as assert from 'assert';
2018

2119
assert.ok(

system-test/test-e2e.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
'use strict';
1817
import * as assert from 'assert';
1918
import * as util from 'util';
2019
import * as _ from 'lodash'; // for _.find. Can't use ES6 yet.

test/debugger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
'use strict';
18-
1917
/*!
2018
* @module debug/debugger
2119
*/

test/test-debug-assert.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
'use strict';
1716

1817
import * as realAssert from 'assert';
1918
import {debugAssert} from '../src/agent/debug-assert';

test/test-debuggee.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
'use strict';
1716

1817
import * as assert from 'assert';
1918
import {Debuggee} from '../src/debuggee';

test/test-debuglet.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
'use strict';
1716

1817
import {DebugAgentConfig} from '../src/agent/config';
1918

test/test-fat-arrow.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
'use strict';
21
/**
32
* Copyright 2015 Google Inc. All Rights Reserved.
43
*

test/test-module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
'use strict';
18-
1917
import * as assert from 'assert';
2018
// TODO: Determine how to not have a type declaration here.
2119
const module: NodeModule = require('../..');

test/test-options-credentials.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
'use strict';
1716

1817
import {DebugAgentConfig} from '../src/agent/config';
1918

test/test-scanner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
'use strict';
1716

1817
import * as fs from 'fs';
1918
import * as path from 'path';

0 commit comments

Comments
 (0)