-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
The test coverage report is not working. Terminal details and html report, both are not being generated.
I created a project with vue cli 3.0 to do the tests. Available in github: https://github.com/xereda/vue-3.0
Commands executed:
npm run test:unit -- --coverage
// vue-cli-service test:unit "--coverage"
npm run test:unit -- --coverage --watch
// vue-cli-service test:unit "--coverage" "--watch"
Report not generated:
MrWook and zoxon