MCPcopy Create free account
hub / github.com/webpack/webpack-cli / parse

Function parse

test/version/output.test.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 expect(stdout).toContain('"Packages":');
26
27 const parse = () => {
28 const output = JSON.parse(stdout);
29 expect(output.Packages).toBeTruthy();
30 };
31
32 expect(parse).not.toThrow();
33 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected