Skip to content

Commit 705774e

Browse files
author
Andy Hanson
committed
Remove tests that depended on exact number of jsdoc tag names
1 parent 7dddcb8 commit 705774e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/cases/fourslash/completionInJsDoc.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,18 @@ goTo.marker('8');
8484
verify.completionListContains('number');
8585

8686
goTo.marker('9');
87-
verify.completionListCount(40);
8887
verify.completionListContains("@argument");
8988

9089
goTo.marker('10');
91-
verify.completionListCount(40);
9290
verify.completionListContains("@returns");
9391

9492
goTo.marker('11');
95-
verify.completionListCount(40);
9693
verify.completionListContains("@argument");
9794

9895
goTo.marker('12');
99-
verify.completionListCount(40);
10096
verify.completionListContains("@constructor");
10197

10298
goTo.marker('13');
103-
verify.completionListCount(40);
10499
verify.completionListContains("@param");
105100

106101
goTo.marker('14');

0 commit comments

Comments
 (0)