-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
npm run test:unit fails on new project. #1524
Comments
Edit: nvm it seems you removed Babel from the project... |
Thank you. I am pretty sure I not removed babel on purpose and that Babel was checked in the new project wizard. I tried again now, creating new project. Making sure Jest and babel was chosen, and the same error occurs. I saved as a preset. Is there any way to export this preset? |
I'm received a similar error on and off since -beta.14. I just got it with -rc.1. (below). The workaround I found here works for me: jestjs/jest#3202 (comment) - delete jest* from your temp dir.
|
Version
3.0.0-beta.15
Reproduction link
https://gitlab.com/kjell/vuecli
Steps to reproduce
Run ui. Create a project. choose feature unit testing and jest.
The result of this process is pushed to the repo https://gitlab.com/kjell/vuecli
To reproduce
What is expected?
Expect test to pass
What is actually happening?
I get the following error:
I have tested this with beta 15 and beta 16.
Tested on Ubuntu, node v8.11.1
The text was updated successfully, but these errors were encountered: