Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(debug-runner): support asynchronous tests in the debug runner
Use console.error to log errors to the console instead of throwing an error. This makes sure that errors are scoped properly for asynchronous tests, instead of showing up as uncaught errors on all asynchronous tests. Fixes #2811
- Loading branch information