| 1 | // This tests that fs.promises.cp() copies a nested folder structure with mode flags. |
| 2 | // This test is based on fs.promises.copyFile() with `COPYFILE_FICLONE_FORCE`. |
| 3 | |
| 4 | import { mustNotMutateObjectDeep } from '../common/index.mjs'; |
nothing calls this directly
no test coverage detected