You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it comes to using pieces of Jest, given the current tsconfig.json, the IDE is assuming the types are coming from Cypress in our unit tests.
We need an additional tsconfig.json to for cypress testing that includes cypress types so the main tsconfig.json can be used for jest testing with jest types
When it comes to using pieces of Jest, given the current
tsconfig.json
, the IDE is assuming the types are coming from Cypress in our unit tests.We need an additional
tsconfig.json
to for cypress testing that includes cypress types so the maintsconfig.json
can be used for jest testing with jest typesSee this: nrwl/nx#892
The text was updated successfully, but these errors were encountered: