| 1 | // This tests that it does not throw errors when directory is copied over and force is false. |
| 2 | |
| 3 | import { mustCall, mustNotMutateObjectDeep } from '../common/index.mjs'; |
| 4 | import assert from 'node:assert'; |
nothing calls this directly
no test coverage detected