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

9 lines
312 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`as.js 1`] = `
const name = (description as DescriptionObject).name || (description as string);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
const name = (description as DescriptionObject).name || description as string;
`;