prettier/tests/recheck/tmp2e/__snapshots__/jsfmt.spec.js.snap

18 lines
312 B
Plaintext

exports[`test e1.js 1`] = `
"// @flow
export type Action =
| { type: \'QUX\' }
| { type: \'BAR\' }
;
export const LIFE = 42;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// @flow
export type Action = { type: \"QUX\" } | { type: \"BAR\" };
export const LIFE = 42;
"
`;