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

11 lines
215 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`multiple.js 1`] = `
[...a, ...b,];
[...a, ...b];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[...a, ...b];
[...a, ...b];
`;