We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
memberListCount
1 parent 24334b5 commit 6bbfe56Copy full SHA for 6bbfe56
tests/cases/fourslash/tsxCompletion10.ts
@@ -10,6 +10,5 @@
10
//// var x1 = <div><//**/
11
12
goTo.marker();
13
-verify.completionListItemsCountIsGreaterThan(0);
14
-verify.not.completionListItemsCountIsGreaterThan(1);
+verify.memberListCount(1);
15
verify.completionListContains('div');
0 commit comments