You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, upon switching one of my components to the Composition API from the Options API, Jest stops including that component in the coverage. You can view this Pull Request where 3 components are being modified. The component that I am talking about is: src/components/UI/Buttons/IconButton.vue
NOTE: the tests are being correctly run. Just the main file is not being included in the coverage
Here is a screenshot of the output of npm run test:unit before and after this change:
Before
After
The text was updated successfully, but these errors were encountered:
Hi everyone,
For some reason, upon switching one of my components to the Composition API from the Options API, Jest stops including that component in the coverage. You can view this Pull Request where 3 components are being modified. The component that I am talking about is:
src/components/UI/Buttons/IconButton.vue
NOTE: the tests are being correctly run. Just the main file is not being included in the coverage
Here is a screenshot of the output of
npm run test:unit
before and after this change:Before

After

The text was updated successfully, but these errors were encountered: