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

16 lines
570 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`bigint.ts 1`] = `
====================================options=====================================
parsers: ["typescript"]
printWidth: 80
| printWidth
=====================================input======================================
type T00 = bigint;
=====================================output=====================================
type T00 = bigint;
================================================================================
`;