()
| 50 | }; |
| 51 | |
| 52 | const helpCommand = () => { |
| 53 | const packageName = "webpack"; |
| 54 | const args = ["help"]; |
| 55 | const logMessage = "The build tool for modern web applications."; |
| 56 | |
| 57 | return runTestStdout({ packageName, cliArgs: args, logMessage }); |
| 58 | }; |
| 59 | |
| 60 | const infoCommand = () => { |
| 61 | const packageName = "webpack"; |
nothing calls this directly
no test coverage detected