Skip to content

Commit e0d4774

Browse files
committed
Fix fourslash test
1 parent d9a0f50 commit e0d4774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/quickInfoCanBeTruncated.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
//// type DeeplyMapped/*6*/ = {[K in keyof Foo]: {[K2 in keyof Foo]: [K, K2, Foo[K], Foo[K2]]}}
514514

515515
goTo.marker("1");
516-
verify.quickInfoIs(`type A = "_0" | "_1" | "_2" | "_3" | "_4" | "_5" | "_6" | "_7" | "_8" | "_9" | "_10" | "_11" | "_12" | "_13" | "_14" | "_15" | "_16" | "_17" | "_18" | "_19" | "_20" | "_21" | "_22" | "_23" | "_24" | ... 474 more ... | "_499"`);
516+
verify.quickInfoIs(`type A = keyof Foo`);
517517
goTo.marker("2");
518518
verify.quickInfoIs(`type Less = "_1" | "_2" | "_3" | "_4" | "_5" | "_6" | "_7" | "_8" | "_9" | "_10" | "_11" | "_12" | "_13" | "_14" | "_15" | "_16" | "_17" | "_18" | "_19" | "_20" | "_21" | "_22" | "_23" | "_24" | "_25" | ... 473 more ... | "_499"`);
519519
goTo.marker("3");

0 commit comments

Comments
 (0)