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

17 lines
233 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`jsx_same_line.js 1`] = `
<div
// comment
>
{foo}
</div>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<div
// comment
>
{foo}
</div>;
`;