Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests/LibWeb: Finish async test when an error is caught
This catches errors that occur within async tests so that we fail faster rather than timing out due to `done()` not being called. We use `Promise.resolve()` because `f` isn't guaranteed to be an async function.
- Loading branch information