* Test the help command * @returns Promise that resolves when the test is complete
()
| 63 | * @returns Promise that resolves when the test is complete |
| 64 | */ |
| 65 | async function testHelpCommand(): Promise<void> { |
| 66 | console.log("\n=== Testing help command ==="); |
| 67 | await main(["--help"]); |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Run all tests in parallel |