Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update error stack traces for Cypress (#239)
Fixes #232 Update the Cypress error message rather than the entire error object. This merges the useful message of DOM Testing Library with the useful context of the Cypress error. This allows Cypress to find the line number of the failure in spec files instead of deep inside DOM Testing Library.
- Loading branch information