golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.26k stars 259 forks source link

fix(ts-jest): regression in 0.5.1 #758

Closed rbnayax closed 1 month ago

rbnayax commented 1 month ago

fix: #757 reverts regression introduced in 0.5.1 and added tests to make sure they don't reoccur

rbnayax commented 1 month ago

@VonRehberg I had to revert your change in #752. Please find a way to solve your issue that doesn't break the test I added.

VonRehberg commented 1 month ago

No need to be desperate ;-) Issue is fixed in #759 It's not easy to tell if a nullable value is actually a desired nullable value for mocks where you don't know if they exist. But looks like it was solvable in this case :-D