diff --git a/lib/commands/test.ts b/lib/commands/test.ts index 3a7beb4fba..20d3b244c1 100644 --- a/lib/commands/test.ts +++ b/lib/commands/test.ts @@ -89,6 +89,8 @@ abstract class TestCommandBase { liveSyncInfo, deviceDescriptors ); + // if we got here, it means karma exited with exit code 0 (success) + process.exit(0); } async canExecute(args: string[]): Promise {