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

9 lines
219 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`return_type.js 1`] = `
const fail = (): X => <x />;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
const fail = (): X => <x />;
`;