prettier/tests_integration/__tests__/__snapshots__/with-parser-inference.js.snap

14 lines
230 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`infers postcss parser 1`] = `
"/* JavaScript */
\\"use strict\\";
/* Stylesheet */
* {
outline: none;
}
"
`;
exports[`infers postcss parser with --list-different 1`] = `""`;