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

11 lines
280 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`comment.js 1`] = `
export function match(): string /* the matching pattern */
a
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
export function match(): string /* the matching pattern */
a;
`;