Mikhail Davydov

Results 3 comments of Mikhail Davydov

This is what worked for me: Create `@types` folder in your node project put there `jest-expect-message.d.ts`: ```typescript export {} declare global { namespace jest { interface Expect{ (actual: T, message:String):...

@mattphillips , please kindly take a look: [DefinitelyTyped/DefinitelyTyped#34890](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/34890). It seems like I may need an author approval for this to get through... Thanks!

+1: badly missing this feature. I may try to come up with a PR later... For the first glance, it looks like implementation can be very similar to this one:...