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

9 lines
242 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`symbol.ts 1`] = `
function test(abc: Map<symbol, string>) {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function test(abc: Map<symbol, string>) {}
`;