-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
cannot reproduceWe cannot reproduce the problem with the given information. More env information needed.We cannot reproduce the problem with the given information. More env information needed.
Description
Version
3.0.0-beta.15
Reproduction link
https://github.com/jbenner-radham/vue-cli-jest-test
Steps to reproduce
Via the CLI:
vue create <app-name>
- Select "Manually select features"
- Select "Babel", "Linter / Formatter", and "Unit Testing"
- Select "ESLint with error prevention only"
- Select "Lint on save" and "Lint and fix on commit"
- Select "Jest"
- Select "In dedicated config files"
- Enter "n"
cd <app-name>
yarn test:unit
What is expected?
The unit tests to run and complete successfully.
What is actually happening?
The test service hangs indefinitely e.g.
➜ vue-cli-jest-test git:(master) yarn test:unit
yarn run v1.7.0
$ vue-cli-service test:unit
mvdwaeter, PhilippMeissner and Stalinko
Metadata
Metadata
Assignees
Labels
cannot reproduceWe cannot reproduce the problem with the given information. More env information needed.We cannot reproduce the problem with the given information. More env information needed.