Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): work around conflicting cypress and jest types
cypress ships mocha, which declares e.g. `describe` on a top level, as does jest. unfortunately their types are incompatible, forcing us to either resort to whitelisting types (which is tedious) or blindly trusting .d.ts-files. to learn more, you might want to look here: cypress-io/cypress#1087
- Loading branch information