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

13 lines
295 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`arrows-bind.js 1`] = `
a => ({}::b()\`\`[''].c++ && 0 ? 0 : 0);
(a => b)::c;
a::(b => c);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a => ({}::b()\`\`[""].c++ && 0 ? 0 : 0);
(a => b)::c;
a::(b => c);
`;