| 1 | // This tests that cp() returns EEXIST error if attempt is made to copy symlink over file. |
| 2 | |
| 3 | import { mustCall, mustNotMutateObjectDeep } from '../common/index.mjs'; |
| 4 | import { nextdir } from '../common/fs.js'; |
nothing calls this directly
no test coverage detected