-
Notifications
You must be signed in to change notification settings - Fork 92
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
Where is jest-utils? #34
Labels
Comments
Seems like there went something wrong, with the commit. |
Just to make sure you don't end with a regression, I did see that it was separated out in #15. I am simply looking for the means to optionally pull it in. Thanks! |
Thanks @dgsmith2 🙂 |
timdeschryver
added a commit
that referenced
this issue
Aug 3, 2019
🎉 This issue has been resolved in version 7.1.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm looking to update a project from angular-testing-library to @testing-library/angular. However, jest-utils isn't packaged. Therefore
createMock
andprovideMock
are unavailable. It this intentional?The text was updated successfully, but these errors were encountered: