MCPcopy Index your code
hub / github.com/nodejs/node / test-fs-cp-sync-incompatible-options-error.mjs

File test-fs-cp-sync-incompatible-options-error.mjs

test/parallel/test-fs-cp-sync-incompatible-options-error.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// This tests that cpSync throws an error when both dereference and verbatimSymlinks are enabled.
2import { mustNotMutateObjectDeep } from '../common/index.mjs';
3import assert from 'node:assert';
4import { cpSync } from 'node:fs';

Callers

nothing calls this directly

Calls 4

cpSyncFunction · 0.85
mustNotMutateObjectDeepFunction · 0.85
refreshMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected