prettier/tests_integration/__tests__/__snapshots__/check.js.snap

28 lines
880 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`--checks works in CI just as in a non-TTY mode (stderr) 1`] = `""`;
exports[`--checks works in CI just as in a non-TTY mode (stderr) 2`] = `""`;
exports[`--checks works in CI just as in a non-TTY mode (stdout) 1`] = `
"Checking formatting...
unformatted.js
Code style issues found in the above file(s). Forgot to run Prettier?
"
`;
exports[`--checks works in CI just as in a non-TTY mode (stdout) 2`] = `
"Checking formatting...
unformatted.js
Code style issues found in the above file(s). Forgot to run Prettier?
"
`;
exports[`--checks works in CI just as in a non-TTY mode (write) 1`] = `Array []`;
exports[`--checks works in CI just as in a non-TTY mode (write) 2`] = `Array []`;
exports[`checks stdin with --check (write) 1`] = `Array []`;
exports[`checks stdin with -c (alias for --check) (write) 1`] = `Array []`;