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

File index.js

test/cases/resolving/query/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1it("should make different modules for query", function() {
2 var a = require("./empty");
3 var b = require("./empty?1");
4 var c = require("./empty?2");

Callers

nothing calls this directly

Calls 2

itFunction · 0.50
requireFunction · 0.50

Tested by

no test coverage detected