()
| 387 | 'b.txt': '', |
| 388 | }); |
| 389 | const getIgnore = () => |
| 390 | loadIgnoreRules({ |
| 391 | projectRoot: tmpDir, |
| 392 | useGitignore: true, |
| 393 | useAnusignore: false, |
| 394 | ignoreDirs: [], |
| 395 | }); |
| 396 | const getOptions = (ignore: Ignore) => ({ |
| 397 | crawlDirectory: tmpDir, |
| 398 | cwd: tmpDir, |
no test coverage detected