Open
Description
I have been digging into why many of our well tested components/views are not showing up on coverage reports, and I noticed that if I applied the --no-cache
flag to jest I started getting appropriate coverage numbers. There seems to be an issue with the vue-jest
caching mechanism that may be preventing some from getting appropriate coverage numbers.
We copied our settings from https://github.com/eddyerburgh/vue-test-utils-jest-example