Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssr-tests: add better error messsages
Previously the error object was used to generate a new error object which had the effect of removing the stack trace from the actual error. This made debugging SSR test failures very difficult. Now we just propagate the original error.
- Loading branch information