-
Notifications
You must be signed in to change notification settings - Fork 5
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
Getting "TypeError: Jest: a transform must export a process
function."
#5
Comments
Downgrading from
|
Hello, I got the same problem. |
topheman
pushed a commit
to topheman/webrtc-experiments
that referenced
this issue
Jul 15, 2019
Running jest without babel. Using [email protected] because of the following error: ``` TypeError: Jest: a transform must export a `process` function. ``` See kenotron/esm-jest#5 (comment)
topheman
added a commit
to topheman/webrtc-experiments
that referenced
this issue
Jul 16, 2019
Running jest without babel. Using [email protected] because of the following error: ``` TypeError: Jest: a transform must export a `process` function. ``` See kenotron/esm-jest#5 (comment)
@devniel I have the same issue too How did you fix it? |
an alternative version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the same jest version as you, running
jest --watch --runInBand --no-cache --config jest.config.js
The text was updated successfully, but these errors were encountered: