Closed merrywhether closed 2 years ago
The new Cypress types have a change that causes the imports from local-cypress to become any (or throw errors if skipLibCheck: false). This is especially painful for any custom commands. Addressed in #67.
local-cypress
any
skipLibCheck: false
:tada: This issue has been resolved in version 1.2.6 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The new Cypress types have a change that causes the imports from
local-cypress
to becomeany
(or throw errors ifskipLibCheck: false
). This is especially painful for any custom commands. Addressed in #67.