Use newer signature help check (#24179)

This commit is contained in:
Wesley Wigham 2018-05-16 13:53:40 -07:00 committed by GitHub
parent a9ff9c2231
commit d70da6478a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,6 @@
//// (</*2*/SFC<string>/>);
goTo.marker("1");
verify.currentSignatureHelpIs("SFC(_props: Record<string, {}>): string");
verify.signatureHelp({ text: "SFC(_props: Record<string, {}>): string" });
goTo.marker("2");
verify.currentSignatureHelpIs("SFC(_props: Record<string, string>): string");
verify.signatureHelp({ text: "SFC(_props: Record<string, string>): string" });