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

16 lines
618 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`symbol.ts 1`] = `
====================================options=====================================
parsers: ["typescript"]
printWidth: 80
| printWidth
=====================================input======================================
function test(abc: Map<symbol, string>) {}
=====================================output=====================================
function test(abc: Map<symbol, string>) {}
================================================================================
`;