Skip to content
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

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

Closed
wants to merge 1 commit into from
Closed

Conversation

rbnayax
Copy link
Contributor

@rbnayax rbnayax commented Aug 11, 2024

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

@rbnayax
Copy link
Contributor Author

rbnayax commented Aug 11, 2024

@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
Copy link
Contributor

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

@rbnayax rbnayax closed this Aug 12, 2024
@rbnayax rbnayax deleted the fix/757 branch August 12, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ts-jest: regression in 0.5.1
2 participants