Closed
Description
Version
3.0.0-alpha.8
Reproduction link
https://github.com/natasher/vue-cli-test/
Steps to reproduce
Terminal:
- vue create cli-test
- When @vue/cli asks for test tools, choose Cypress for e2e and Mocha Chai for unit tests.
- yarn test
What is expected?
Runs test/unit/HelloWorld.spec.js
What is actually happening?
Runs test/e2e/specs/test.js
If path to unit tests folder is provided in package.json ( scripts / test : vue-cli-service test test/unit ), script runs as expected.
Additionally script complains for module.exports (probably mixed with import ).