| 1 | // This tests that it does not fail if the same directory is copied to dest |
| 2 | // twice, when dereference is true, and force is false (fails silently). |
| 3 | |
| 4 | import { mustCall, mustNotMutateObjectDeep } from '../common/index.mjs'; |
nothing calls this directly
no test coverage detected