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

16 lines
340 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`identifier.json 1`] = `
{"a":1, "b":2}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{"a":1, "b":2}
`;
exports[`issue2297.json 1`] = `
{"a":1, "b":2}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{"a":1, "b":2}
`;