MCPcopy
hub / github.com/webpack/webpack / info

Function info

test/MultiCompiler.test.js:406–410  ·  test/MultiCompiler.test.js::info
()

Source from the content-addressed store, hash-verified

404 compiler.watch({}, (err, stats) => {
405 if (err) return done(err);
406 const info = () =>
407 /** @type {import(class="st">"../").MultiStats} */ (stats).toString({
408 preset: class="st">"summary",
409 version: false
410 });
411 switch (update++) {
412 case 0:
413 expect(info()).toMatchInlineSnapshot(`

Callers 1

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected