Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed May 23, 2019
1 parent f97f57c commit 7359ff8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/cases/fourslash/signatureHelpJSX.ts
@@ -0,0 +1,10 @@
/// <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: "<" });

0 comments on commit 7359ff8

Please sign in to comment.