mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Updated test.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
////module A./*moduleName2*/
|
||||
|
||||
goTo.marker("moduleName1");
|
||||
verify.not.completionListIsEmpty();
|
||||
|
||||
test.markers().forEach((m) => {
|
||||
goTo.position(m.position, m.fileName);
|
||||
verify.completionListIsEmpty();
|
||||
});
|
||||
goTo.marker("moduleName2");
|
||||
verify.completionListIsEmpty();
|
||||
|
||||
Reference in New Issue
Block a user