node-tdd icon indicating copy to clipboard operation
node-tdd copied to clipboard

node-tss launches multiple node processes that never close

Open Glinkis opened this issue 7 years ago • 0 comments

When I run my tests in karma, and don't enable the --single-run flag, node-tdd does not close the process before running the next test, resulting in multiple node processes that does not shut down, even when closing vscode.

Glinkis avatar Mar 02 '18 09:03 Glinkis