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

18 lines
608 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`multiple.js 1`] = `
====================================options=====================================
parsers: ["babel", "flow", "typescript"]
printWidth: 80
| printWidth
=====================================input======================================
[...a, ...b,];
[...a, ...b];
=====================================output=====================================
[...a, ...b];
[...a, ...b];
================================================================================
`;