prettier/tests_integration/__tests__/__snapshots__/invalid-ignore.js.snap

11 lines
369 B
Plaintext
Raw Normal View History

2017-09-03 16:31:33 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`throw error with invalid ignore (stderr) 1`] = `
"[error] Unable to read <cwd>/tests_integration/cli/invalid-ignore/.prettierignore: EISDIR: illegal operation on a directory, read
2017-09-03 16:31:33 +03:00
"
`;
exports[`throw error with invalid ignore (stdout) 1`] = `""`;
exports[`throw error with invalid ignore (write) 1`] = `Array []`;