(dir, args, options)
| 9 | expect.addSnapshotSerializer(jestPathSerializer); |
| 10 | |
| 11 | const runCliWithoutGitignore = (dir, args, options) => |
| 12 | runCli(dir, [...args, "--ignore-path", ".prettierignore"], options); |
| 13 | |
| 14 | // ESLint-like behavior |
| 15 | // |
no test coverage detected
searching dependent graphs…