MCPcopy
hub / github.com/webpack/webpack / f

Function f

test/cases/chunks/parsing/index.js:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19it("should handle require.ensure without function expression", function(done) {
20 function f() {
21 done();
22 }
23 require.ensure([], f);
24});
25

Callers 1

loggerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected