You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should migrate from Karma to Jest for testing due to compatibility issues.
After the update to Typescript 3.8, we can use the latest version.
For the usage of ts-jest it is important to use a pinned version without ^. The reason for that is that its Major version follows Jest, which means that minor changes can be breaking. See the docs.
The text was updated successfully, but these errors were encountered:
We should migrate from Karma to Jest for testing due to compatibility issues.
After the update to Typescript 3.8, we can use the latest version.
For the usage of
ts-jest
it is important to use a pinned version without^
. The reason for that is that its Major version follows Jest, which means that minor changes can be breaking. See the docs.The text was updated successfully, but these errors were encountered: