You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: tests/lib/__snapshots__/semantic-diagnostics-enabled.ts.snap
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1896,6 +1896,10 @@ exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" en
1896
1896
1897
1897
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/typescript/types/intersection-type.src.ts.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
1898
1898
1899
+
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/typescript/types/literal-number.src.ts.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
1900
+
1901
+
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/typescript/types/literal-string.src.ts.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
1902
+
1899
1903
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/typescript/types/mapped.src.ts.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
1900
1904
1901
1905
exports[`Parse all fixtures with "errorOnTypeScriptSyntaticAndSemanticIssues" enabled fixtures/typescript/types/mapped-readonly.src.ts.src 1`] =`"TEST OUTPUT: No semantic or syntactic issues found"`;
0 commit comments