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

11 lines
340 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`new_expression.js 1`] = `
"new (memoize.Cache || MapCache)
new (typeof this == \\"function\\" ? this : Dict())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
new (memoize.Cache || MapCache)();
new (typeof this == \\"function\\" ? this : Dict())();
"
`;