| 1 | // This tests that cp() copies a nested folder structure with files and folders. |
| 2 | |
| 3 | import { mustCall, mustNotMutateObjectDeep } from '../common/index.mjs'; |
| 4 | import { nextdir, assertDirEquivalent } from '../common/fs.js'; |
nothing calls this directly
no test coverage detected