i updated to the last version of cypress today and then i got lots of errors in VS code for my jest tests, because VS code thought I was using cypress.
So I uninstalled local-cypress and reinstalled it, then restarted VS code and all the errors went away. Is this a known issue?
i updated to the last version of
cypress
today and then i got lots of errors in VS code for my jest tests, because VS code thought I was usingcypress
.So I uninstalled
local-cypress
and reinstalled it, then restarted VS code and all the errors went away. Is this a known issue?