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

16 lines
600 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`rest.ts 1`] = `
====================================options=====================================
parsers: ["typescript"]
printWidth: 80
| printWidth
=====================================input======================================
function test([first, ...rest]) {}
=====================================output=====================================
function test([first, ...rest]) {}
================================================================================
`;