MCPcopy
hub / github.com/webpack/webpack / index.js

File index.js

test/cases/parsing/issue-7728/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1it("should detect module.require dependency", function () {
2 var test1 = module.require('./a').default;
3 expect(test1()).toBe("OK");
4});

Callers

nothing calls this directly

Calls 3

test1Function · 0.85
requireMethod · 0.80
itFunction · 0.50

Tested by

no test coverage detected