| 1 | // This tests that cpSync resolves relative symlinks to their absolute path by default. |
| 2 | import { mustNotMutateObjectDeep, isWindows } from '../common/index.mjs'; |
| 3 | import { nextdir } from '../common/fs.js'; |
| 4 | import assert from 'node:assert'; |
nothing calls this directly
no test coverage detected