| 1 | // Regression test for https://github.com/nodejs/node/issues/61878 |
| 2 | // fs.cpSync should copy files when destination path has UTF characters. |
| 3 | import '../common/index.mjs'; |
| 4 | import { cpSync, mkdirSync, readdirSync, readFileSync, writeFileSync } from 'node:fs'; |
nothing calls this directly
no test coverage detected