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

Jest 28 Support #7

Closed
incetarik opened this issue May 5, 2022 · 2 comments
Closed

Jest 28 Support #7

incetarik opened this issue May 5, 2022 · 2 comments

Comments

@incetarik
Copy link

Describe the issue
Jest version 28 has been released and provides several improvements. Yet, because of the dependencies removed from jest, this library becomes incompatible with it.

To Reproduce
Simply upgrade your Jest to version 28.

Expected behavior
The library would be compatible with Jest 28.

Suggested fix
Removing unused dependencies by Jest 28.

Additional context
The error returned is similar to this:

Cannot find module 'expect/build/jasmineUtils' from '@relmify/jest-fp-ts/dist/util/index.js
@leilapearson
Copy link
Contributor

Thanks for the report. It's actually a good thing that they made this change since they now explicitly provide a package with the functions I need. I should have an update out shortly.

@leilapearson
Copy link
Contributor

Fixed in release 2.0.2

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

No branches or pull requests

2 participants