MCPcopy Index your code
hub / github.com/nodejs/node / defaultExport

Function defaultExport

test/parallel/test-runner-module-mocking.js:724–726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

722test('defaultExports getter works in both module systems', async (t) => {
723 await assertGetterMockWorksInBothSystems(t, (getter) => ({
724 get defaultExport() {
725 return getter();
726 },
727 }));
728});
729

Callers 1

Calls 1

getterFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…