Skip to content

Commit 3fe0d3d

Browse files
Updated test.
1 parent d89c1d6 commit 3fe0d3d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/cases/fourslash/completionListBuilderLocations_Modules.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
////module A./*moduleName2*/
77

8+
goTo.marker("moduleName1");
9+
verify.not.completionListIsEmpty();
810

9-
test.markers().forEach((m) => {
10-
goTo.position(m.position, m.fileName);
11-
verify.completionListIsEmpty();
12-
});
11+
goTo.marker("moduleName2");
12+
verify.completionListIsEmpty();

0 commit comments

Comments
 (0)