Open
Description
Version
1.0.0-beta.29
Reproduction link
Steps to reproduce
- Create a new Vue project with @vue/cli@3.x.x without any testing options
- Follow the steps to setup karma testing here
- npm run test
What is expected?
Karma should tell you that there are no specs to run.
What is actually happening?
Error messaging telling that ./webpack.config.js
doesn't exit.
As per @vue/cli@3.x.x the webpack.config.js file is no longer created in the root folder.
This part of the documentation will lead to a broken karma setup: link