Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just testing out ts-jest with our current project which is a mix of JS/TS and we are currently on jest 26.
I have a test like this:
ProfileNotFoundError
is a class that extends another classAPIError
which extendsError
.This test used to work with just jest, but using ts-jest now it fails with the following message:
Am I missing something here? Or is this really an issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions