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

Function infoCommand

smoketests/missing-packages/webpack.test.js:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58};
59
60const infoCommand = () => {
61 const packageName = "webpack";
62 const args = ["info"];
63 const logMessage = "System:";
64
65 return runTestStdout({ packageName, cliArgs: args, logMessage });
66};
67
68const configtestCommand = () => {
69 const packageName = "webpack";

Callers

nothing calls this directly

Calls 1

runTestStdoutFunction · 0.85

Tested by

no test coverage detected