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
After I migrated the code from cucumber/common I am no longer able to run tests:
npm test
TSError: ⨯ Unable to compile TypeScript:
src/components/app/ExecutionSummary.tsx:14:20 - error TS2307: Cannot find module './ExecutionSummary.module.scss' or its corresponding type declarations.
14 import styles from './ExecutionSummary.module.scss'
Any idea what I broke and how to fix this @davidjgoss?