* Test the execute command * @returns Promise that resolves when the test is complete
()
| 45 | * @returns Promise that resolves when the test is complete |
| 46 | */ |
| 47 | async function testExecuteCommand(): Promise<void> { |
| 48 | console.log("\n=== Testing execute command ==="); |
| 49 | await main(["execute", "--file", testFilePath]); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Test the config command |