()
| 5 | const { runTest, runTestStdout } = require("../helpers"); |
| 6 | |
| 7 | const noCommand = () => { |
| 8 | const packageName = "webpack"; |
| 9 | const args = []; |
| 10 | const logMessage = "For using 'build' command you need to install: 'webpack' package."; |
| 11 | |
| 12 | return runTest(packageName, args, logMessage); |
| 13 | }; |
| 14 | |
| 15 | const buildCommand = () => { |
| 16 | const packageName = "webpack"; |