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

Function configtestCommand

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

Source from the content-addressed store, hash-verified

66};
67
68const configtestCommand = () => {
69 const packageName = "webpack";
70 const args = ["configtest"];
71 const logMessage = "For using 'configtest' command you need to install: 'webpack' package.";
72
73 return runTest(packageName, args, logMessage);
74};
75
76module.exports.name = "Missing webpack";
77module.exports.run = [

Callers

nothing calls this directly

Calls 1

runTestFunction · 0.85

Tested by

no test coverage detected