Skip to content

Commit d70da64

Browse files
authored
Use newer signature help check (#24179)
1 parent a9ff9c2 commit d70da64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cases/fourslash/jsxWithTypeParametershasInstantiatedSignatureHelp.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
//// (</*2*/SFC<string>/>);
1515

1616
goTo.marker("1");
17-
verify.currentSignatureHelpIs("SFC(_props: Record<string, {}>): string");
17+
verify.signatureHelp({ text: "SFC(_props: Record<string, {}>): string" });
1818
goTo.marker("2");
19-
verify.currentSignatureHelpIs("SFC(_props: Record<string, string>): string");
19+
verify.signatureHelp({ text: "SFC(_props: Record<string, string>): string" });

0 commit comments

Comments
 (0)