| 1 | // Test run({ watch: true, cwd }) runs with different cwd while in watch mode |
| 2 | import * as common from '../common/index.mjs'; |
| 3 | import { run } from 'node:test'; |
| 4 | import tmpdir from '../common/tmpdir.js'; |
nothing calls this directly
no test coverage detected