This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
Jest expect type destroyed #1
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
The
expect
types from Cypress (which includesChai
type definition) clashes withJest expect
type definitions.We can not use
Jest expect
type intellisense in Typescript.For removing errors I declare a variable
but It should fix in the future.
Related linkes:
Using Jest matchers in Cypress
Jest with Cypress
The text was updated successfully, but these errors were encountered: