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 tests not running due to incompatible versions #266

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

thornbill
Copy link
Member

There were some incompatibilities between the version of jest we were using and the version of jest-runner-groups. Upgrading to jest 28 seems to resolve the issue. (Refs eugene-manuilov/jest-runner-groups#42)

I also needed to fix #205 in order to upgrade to jest 28.

Fixes #205

@thornbill thornbill added bug Something isn't working dependencies Pull requests that update a dependency file labels Sep 15, 2022
@thornbill thornbill merged commit 1ace33c into jellyfin:master Sep 15, 2022
@thornbill thornbill deleted the fix-tests branch September 15, 2022 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove usages of mocked utility from tests
2 participants