| 1 | // Test run({ watch: true }) runs tests with dependency repeatedly in a different cwd |
| 2 | import '../common/index.mjs'; |
| 3 | import { join } from 'node:path'; |
| 4 | import tmpdir from '../common/tmpdir.js'; |
nothing calls this directly
no test coverage detected