Skip to content

Commit 1740b80

Browse files
Adjust some fourslash tests.
1 parent f96c058 commit 1740b80

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/cases/fourslash/insertReturnStatementInDuplicateIdentifierFunction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path="fourslash.ts" />
22

3+
// @strict: true
34
//// class foo { };
45
//// function foo() { /**/ }
56

tests/cases/fourslash/jsDocFunctionSignatures5.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
///<reference path="fourslash.ts" />
2+
// @strict: true
23
// @allowJs: true
34
// @Filename: Foo.js
45

tests/cases/fourslash/jsDocTypeTagQuickInfo1.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path="fourslash.ts" />
22
// @lib: es5
3+
// @strict: true
34
// @allowJs: true
45
// @Filename: jsDocTypeTag1.js
56
//// /** @type {String} */

tests/cases/fourslash/jsDocTypeTagQuickInfo2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path="fourslash.ts" />
22
// @lib: es5
3+
// @strict: true
34
// @allowJs: true
45
// @Filename: jsDocTypeTag2.js
56
//// /** @type {string} */

0 commit comments

Comments
 (0)