Orim Dominic Adah

Results 25 comments of Orim Dominic Adah

@SimenB I have this issue too and I dropped tests in this [REPL](https://replit.com/@orimdominic/jest-toThrowError-test?v=1) I think the exact issue comes from Jest not matching the error name. It matches only the...

I think that the mongoose version of `^6.1.3` doesn't allow for that option. I think you can avoid including it. I tried it with `@typegoose/typegoose: "^9.4.0"` recently and my connection...

@danielfroz Nice work! Thanks! How does one use your fork?

@danielfroz Yup! I eventually ended up using `handy-redis` though. Thanks

@Corvus97 Thanks for letting us know about the plans to support TS. Can you give us a timeline? I for one wants to build a library that is dependent on...

@opeolluwa I'll chat you up on LinkedIn and we shoot from there :raised_hands:

@Corvus97 Thank you I would like to suggest that a branch should be created for this so that all changes to this end would be merged to and compared against....

> @orimdominic, Sounds like a plan to me Thank you Let us hear what the Flutterwave engineering team has to say

I'm experiencing this too. Is there any reason why we are not returning the error name at [toThrowMatchers.ts](https://github.com/facebook/jest/blob/d327483d7ddaba02868a12a0c48a9ba82b86413e/packages/expect/src/toThrowMatchers.ts#L61)?

Awesome! I eventually found a solution to this problem using Node.js `assert` module. Please see my PR at [test solution](https://github.com/talatkuyuk/nodejs-jest-bug-reproduction/pull/1) with explanations @talatkuyuk