-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
test failed on import #2518
Comments
It looks like you didn't install |
It is probably because Which version of Jest are you using? You can also print the whole config object by running Jest with Unfortunately that error in Node 4 is not super helpful. See here for more info #2488 (comment) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello,
I am trying to run a simple test on js that include some functions that I am export, and some others that I don't.
for example, here is the structure of my js file:
and my test file look like:
due to those files, when I run
npm run test test1
I am get:my npm version is 2.15.9, node version is 4.5.0.
can someone tell me what I am doing wrong, or what is the problem?
The text was updated successfully, but these errors were encountered: