You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix test runner: properly catch unhandled exceptions/rejections & exit process
previously, if some error occurred, would just continue running, unless:
a) a node arg `--unhandled-rejections=strict` was specified, or
b) node version was >= 15 (but would get stuck, instead of exiting properly)
for A, see:
https://nodejs.org/api/cli.html#--unhandled-rejectionsmode
now, always exits properly.
0 commit comments