prettier/tests/typescript_cast/__snapshots__/jsfmt.spec.js.snap

11 lines
267 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`parenthesis.ts 1`] = `
<DocumentHighlightKind>(a ? b : c);
<any>(() => {});
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<DocumentHighlightKind>(a ? b : c);
<any>(() => {});
`;