Join Discord
Powered by
OMG I figured out what was wrong thanks to <@71558...
# component-testing
c
careful-tent-30457
07/15/2022, 1:31 PM
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.
Previous
Next