theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

Suite failures aren't reported to run loop in Node executor #1172

Open jason0x43 opened 3 years ago

jason0x43 commented 3 years ago

In Intern 5, at least suite Timeout errors aren't ending up as rejections in the _runTests loop. This prevents the session retry logic from engaging.