prettier/tests_integration/__tests__/__snapshots__/deprecated-parser.js.snap

7 lines
223 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`API format with deprecated parser should work 1`] = `
"\`{ \\"parser\\": \\"postcss\\" }\` is deprecated. Prettier now treats it as \`{ \\"parser\\": \\"css\\" }\`.
"
`;