OMG I figured out what was wrong thanks to <@71558...
# component-testing
c
OMG I figured out what was wrong thanks to @gray-kilobyte-89541 article.. I was missing
import "@cypress/code-coverage/support";
in my
cypress/support/components.tsx
file.. 🤦‍♂️ Now comes the neat task of having the code coverage from component and e2e to not overwrite eachother.