TypeScript/tests/cases/fourslash/signatureHelpJSX.ts
Andrew Branch 7359ff8158
Add test
2019-05-23 13:33:38 -07:00

11 lines
301 B
TypeScript

/// <reference path="fourslash.ts" />
//@Filename: test.tsx
//@jsx: react
////declare var React: any;
////const z = <div>{[].map(x => </**/
// This test exists because it used to crash: #31347
goTo.marker();
verify.noSignatureHelpForTriggerReason({ kind: "characterTyped", triggerCharacter: "<" });