Skip to content

Commit 444cb2e

Browse files
committed
Update completionForStringLiteralNonrelativeImport14.ts
1 parent 88fe948 commit 444cb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionForStringLiteralNonrelativeImport14.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
// @Filename: some/other/path.ts
2626
//// export var y = 10;
2727

28-
verify.completions({ marker: test.markerNames(), exact: ["lib", "tests", "/module1", "/module2"], isNewIdentifierLocation: true });
28+
verify.completions({ marker: test.markerNames(), exact: ["lib", "lib.es3", "tests", "/module1", "/module2"], isNewIdentifierLocation: true });

0 commit comments

Comments
 (0)