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

13 lines
323 B
Plaintext

exports[`test main.js 1`] = `
"// @flow
(<fbt />: number);
(<fbt />: string); // Error (the libdef in this test marks fbt as number)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// @flow
(<fbt />: number);
(<fbt />: string); // Error (the libdef in this test marks fbt as number)
"
`;