🐛 Simplify logic for help
This commit is contained in:
@@ -169,7 +169,7 @@ class PakeTestRunner {
|
|||||||
await this.runTest(
|
await this.runTest(
|
||||||
"Help Command",
|
"Help Command",
|
||||||
() => {
|
() => {
|
||||||
const output = execSync(`node "${config.CLI_PATH}" --help`, {
|
const output = execSync(`node "${config.CLI_PATH}"`, {
|
||||||
encoding: "utf8",
|
encoding: "utf8",
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user