MCPcopy Create free account
hub / github.com/nodejs/node / test-esm-package-map-symlink.mjs

File test-esm-package-map-symlink.mjs

test/es-module/test-esm-package-map-symlink.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Test that package maps resolve correctly through a symlinked ancestor directory.
2import { canCreateSymLink } from '../common/index.mjs';
3import { spawnSyncAndAssert } from '../common/child_process.js';
4import * as fixtures from '../common/fixtures.mjs';

Callers

nothing calls this directly

Calls 8

spawnSyncAndAssertFunction · 0.90
canCreateSymLinkFunction · 0.85
symlinkSyncFunction · 0.85
exitMethod · 0.45
refreshMethod · 0.45
resolveMethod · 0.45
pathMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected