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

30 lines
1.1 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`identifier.json 1`] = `
====================================options=====================================
parsers: ["json"]
printWidth: 80
| printWidth
=====================================input======================================
{"a":1, "b":2}
=====================================output=====================================
{"a":1, "b":2}
================================================================================
`;
exports[`issue2297.json 1`] = `
====================================options=====================================
parsers: ["json"]
printWidth: 80
| printWidth
=====================================input======================================
{"a":1, "b":2}
=====================================output=====================================
{"a":1, "b":2}
================================================================================
`;