prettier/tests_integration/__tests__/__snapshots__/piped-output.js.snap

48 lines
1.3 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
2017-10-06 06:12:32 +03:00
exports[`no file diffs with --list-different + formatted file (stderr) 1`] = `""`;
2017-10-06 06:12:32 +03:00
exports[`no file diffs with --list-different + formatted file (stderr) 2`] = `""`;
exports[`no file diffs with --list-different + formatted file (stdout) 1`] = `"formatted.js"`;
2017-10-06 06:12:32 +03:00
exports[`no file diffs with --list-different + formatted file (stdout) 2`] = `""`;
exports[`no file diffs with --list-different + formatted file (write) 1`] = `Array []`;
exports[`no file diffs with --list-different + formatted file (write) 2`] = `Array []`;
exports[`output with --list-different + unformatted differs when piped (stderr) 1`] = `""`;
exports[`output with --list-different + unformatted differs when piped (stderr) 2`] = `""`;
exports[`output with --list-different + unformatted differs when piped (stdout) 1`] = `
"unformatted.jsunformatted.js
"
`;
2017-10-06 06:12:32 +03:00
exports[`output with --list-different + unformatted differs when piped (stdout) 2`] = `
"unformatted.js
"
`;
2017-10-06 06:12:32 +03:00
exports[`output with --list-different + unformatted differs when piped (write) 1`] = `
Array [
Object {
"content": "var x = 1;
",
"filename": "unformatted.js",
2017-10-06 06:12:32 +03:00
},
]
`;
exports[`output with --list-different + unformatted differs when piped (write) 2`] = `
Array [
Object {
"content": "var x = 1;
",
"filename": "unformatted.js",
2017-10-06 06:12:32 +03:00
},
]
`;