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

18 lines
639 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`unique-symbol.ts 1`] = `
====================================options=====================================
parsers: ["typescript"]
printWidth: 80
| printWidth
=====================================input======================================
type A = unique symbol;
type B = keyof something;
=====================================output=====================================
type A = unique symbol;
type B = keyof something;
================================================================================
`;