We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6743e commit 9f73e96Copy full SHA for 9f73e96
lib/commands/test.ts
@@ -89,6 +89,8 @@ abstract class TestCommandBase {
89
liveSyncInfo,
90
deviceDescriptors
91
);
92
+ // if we got here, it means karma exited with exit code 0 (success)
93
+ process.exit(0);
94
}
95
96
async canExecute(args: string[]): Promise<boolean> {
0 commit comments