-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error when running with jest #4
Comments
What are you passing to |
I ran into the same issue.
|
Ah - we'll need to have self.fetch in the worker context patch URLs it receives to rebase them. |
is there a workaround or this possible to fix? |
This is an old issue, but I have the same problem in my code (I opened a similar issue #14 ). In my tests tried to load a module where my Worker code lives but Node fetch seems to work only with absolute urls. I mocked |
This is what I have in my test file:
The text was updated successfully, but these errors were encountered: