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

Migrate to Jest #90

Closed
dvvanessastoiber opened this issue Mar 23, 2020 · 0 comments
Closed

Migrate to Jest #90

dvvanessastoiber opened this issue Mar 23, 2020 · 0 comments
Assignees
Labels
type: refactor Refactor the current implementation

Comments

@dvvanessastoiber
Copy link
Contributor

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.

@dvvanessastoiber dvvanessastoiber added the type: refactor Refactor the current implementation label Mar 23, 2020
@dvvanessastoiber dvvanessastoiber self-assigned this Mar 23, 2020
@thinkh thinkh closed this as completed May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: refactor Refactor the current implementation
Projects
None yet
Development

No branches or pull requests

2 participants