Skip to content

Commit 3607ace

Browse files
committed
updating the Unit Test Case
1 parent dcd970e commit 3607ace

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/cases/fourslash/autoImportNonModules.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77
//// /**/
88

99
goTo.marker("");
10-
verify.completions();
10+
verify.completions({
11+
excludes: ["f"],
12+
preferences: {
13+
includeCompletionsForModuleExports: true
14+
}
15+
});

0 commit comments

Comments
 (0)