fix(cli,chromium-runtime): clean up long-lived test runner resources after runs to prevent hanging processes
This commit is contained in:
@@ -193,6 +193,7 @@ export const runCli = async () => {
|
||||
await tsTestInstance.runWatch(watchIgnorePatterns);
|
||||
} else {
|
||||
await tsTestInstance.run();
|
||||
await tsTestInstance.cleanup();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user