Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

No "exit" on "yarn testyts" if all tasks are done. #63

Closed gp-slick-coder closed 3 years ago

gp-slick-coder commented 3 years ago

This is related with the new global "timeout" setting in testy.json.

Problem: The yarn task "testyts" is not exiting after the test completion. The task is running at least the timeout time specified in the testy.json file.

I.E. if there is a long timeout defined "timeout": 100000, the task will only exit after this timeout.

image

This issue brings some disadvantages:

Workarounds:

Aboisier commented 3 years ago

This is fixed now, thanks for bringing this to my attention!