-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript types issues #1627
Typescript types issues #1627
Comments
Great, can you make a small repo reproducing the problem? Like a fork of https://github.com/cypress-io/cypress-test-tiny for example? I just want to see the problem myself |
also, @NicholasBoll what do you think? |
The errors you're seeing makes sense - // as it is right now
Cypress.Promise // any
// with the suggested change
Cypress.Promise // typeof Bluebird I don't think I noticed when this started breaking because I've had |
#1622 has been merged, but didn't have a reference to this issue so it didn't automatically get closed. Can this issue be closed now? |
good catch @NicholasBoll closing this |
Current behavior:
I have got some types error usign cypress with typescript, after some investigations and alot of tries to add these types on my tsconfig.json, nothing worked 😢 i have decided to change references from
cypress/types/index.d.ts
so:After this changes, everything worked normally 😞
There is the PR: #1622
Thanks in advance and sorry for my english :/
The text was updated successfully, but these errors were encountered: