-
Notifications
You must be signed in to change notification settings - Fork 23
fix: add setSerializers and defaultSerializers to TS types
#95
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
Conversation
I'm unable to upgrade due to the changes in #92. That DefinitelyTyped/DefinitelyTyped#39243 was released is pretty weird to me, it's super breaking...
Anyway, the changes here looks great 👍
setSerializers and defaultSerializers to TS types (追記ここまで)
Is it possible for TS to override the interface to be compatible with the older version of @types/jest? If not, please let me know if you have ideas on how we could support both interfaces for Matchers
I don't know... IMO @types/jest should be reverted, it's way too breaking. But I haven't really looked into it
Adding missing TS types for
setSerializersanddefaultSerializerscc @SimenB can you test that?