MCPcopy Index your code
hub / github.com/nodejs/node / wrong-import-after-module-mocking.js

File wrong-import-after-module-mocking.js

test/fixtures/module-mocking/wrong-import-after-module-mocking.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mock } from 'node:test';
2
3try {
4 mock.module?.('Whatever, this is not significant', { namedExports: {} });

Callers

nothing calls this directly

Calls 2

moduleMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected