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