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

9 lines
224 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`rest.ts 1`] = `
function test([first, ...rest]) {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function test([first, ...rest]) {}
`;