| 1 | // This tests that cpSync copies a nested folder containing UTF characters. |
| 2 | import { mustNotMutateObjectDeep } from '../common/index.mjs'; |
| 3 | import { nextdir, assertDirEquivalent } from '../common/fs.js'; |
| 4 | import { cpSync } from 'node:fs'; |
nothing calls this directly
no test coverage detected