mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-27 23:58:38 -06:00
Updated test.
This commit is contained in:
parent
d89c1d6586
commit
3fe0d3defe
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user