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

File index.js

test/hotCases/runtime/require-disposed-module-warning/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const expectWarning = require("../../../helpers/expectWarningFactory")();
2const getInner = require("./module");
3
4it("should print correct warning messages when a disposed module is required", done => {

Callers

nothing calls this directly

Calls 3

requireFunction · 0.50
itFunction · 0.50
expectWarningFunction · 0.50

Tested by

no test coverage detected