We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-rc.3
https://github.com/umbertooo/vue-cli-with-jest-plugin
vue create vue-jest-demo
"vue-with-jest": { "useConfigFiles": true, "plugins": { "@vue/cli-plugin-babel": {}, "@vue/cli-plugin-eslint": { "config": "base", "lintOn": [ "save" ] }, "@vue/cli-plugin-unit-jest": {} } }
cd vue-jest-demo
npm run test:unit
I expect the example test tests/unit/HelloWorld.spec.js to be run.
tests/unit/HelloWorld.spec.js
> [email protected] test:unit /Users/myuserhome/vue-jest-demo > vue-cli-service test:unit No tests found In /Users/myuserhome/vue-jest-demo 11 files checked. testMatch: /Users/myuserhome/vue-jest-demo/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)) - 0 matches testPathIgnorePatterns: /node_modules/ - 11 matches Pattern: - 0 matches ERROR jest exited with code 1.
This repo contains the project I created following the steps above: https://github.com/umbertooo/vue-cli-with-jest-plugin Just run npm run test:unit
The text was updated successfully, but these errors were encountered:
Duplicate of #1686 , closed with #1756 - to be released.
Sorry, something went wrong.
No branches or pull requests
Version
3.0.0-rc.3
Reproduction link
https://github.com/umbertooo/vue-cli-with-jest-plugin
Steps to reproduce
vue create vue-jest-demo
, for brevity I post the stored preset:cd vue-jest-demo
npm run test:unit
What is expected?
I expect the example test
tests/unit/HelloWorld.spec.js
to be run.What is actually happening?
This repo contains the project I created following the steps above: https://github.com/umbertooo/vue-cli-with-jest-plugin
Just run
npm run test:unit
The text was updated successfully, but these errors were encountered: