| 1 | // This tests that cpSync throws an error when both dereference and verbatimSymlinks are enabled. |
| 2 | import { mustNotMutateObjectDeep } from '../common/index.mjs'; |
| 3 | import assert from 'node:assert'; |
| 4 | import { cpSync } from 'node:fs'; |
nothing calls this directly
no test coverage detected