| 1 | // This tests that cp() copies file itself, rather than symlink, when dereference is true. |
| 2 | |
| 3 | import { mustCall, mustNotMutateObjectDeep } from '../common/index.mjs'; |
| 4 | import { nextdir } from '../common/fs.js'; |
nothing calls this directly
no test coverage detected