-
Notifications
You must be signed in to change notification settings - Fork 17
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 #40
Comments
I suggest trying |
@palkan I tried it:
The error is different but it is still in there:
Using it in a project:
For now I am disabling it in my test environment as a desperate measure jest.mock('@anycable/web', () => ({})); |
@calderon you may need to transpile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I have included
@anycable/web
(lastest version) and running Jest I am getting:Is there anything to add in jest config or such? What am I missing?
The text was updated successfully, but these errors were encountered: