-
-
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
Couldn't find preset "es2015" relative to directory #7466
Comments
inside the folder I did find that removing the .babelrc file entirely allowed the tests to pass successfully, i'm not sure if it was safe to do this though. |
Are you sure you installed deps in |
That was it! Sorry about that π, glad there was better way. Thank you! |
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. |
π Bug Report
Unable to find preset es2015.
To Reproduce
change directory into the folder
./e2e/babel-plugin-jest-hoist
And then use
node ..\..\packages\jest-cli\bin\jest.js
Expected behavior
The test should be executed successfully.
Link to repl or repo (highly encouraged)
https://github.com/GGonryun/jest
I wanted to make changes to standardize file names as per issue #4969 but was unable to pass any of the tests in this folder.
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: