Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit 63342b9

Browse files
committed
test: add missing changes
1 parent 30e65ba commit 63342b9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/lib/__snapshots__/semantic-diagnostics-enabled.ts.snap

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ Object {
1717
}
1818
`;
1919

20+
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-comment-after-jsx.src.js.src 1`] = `
21+
Object {
22+
"column": 14,
23+
"index": 48,
24+
"lineNumber": 3,
25+
"message": "Type expected.",
26+
}
27+
`;
28+
2029
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-tag-comments.src.js.src 1`] = `
2130
Object {
2231
"column": 9,
@@ -26,6 +35,15 @@ Object {
2635
}
2736
`;
2837

38+
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-text-with-multiline-non-comment.src.js.src 1`] = `
39+
Object {
40+
"column": 5,
41+
"index": 81,
42+
"lineNumber": 7,
43+
"message": "Type expected.",
44+
}
45+
`;
46+
2947
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/comments/jsx-text-with-url.src.js.src 1`] = `
3048
Object {
3149
"column": 17,

0 commit comments

Comments
 (0)