Component Testing with Next.js: No tests found #17883
Answered
by
justintemps
justintemps
asked this question in
Component Testing
-
I'm having some trouble getting Component Tests setup with Next.js. Running cypress.json
cypress/plugins/index.js
cypress/tsconfig.json
package.json
next.config.js
components/link/link.spec.tsx
components/link/variants/default.tsx
|
Beta Was this translation helpful? Give feedback.
Answered by
justintemps
Aug 25, 2021
Replies: 1 comment 1 reply
-
Upgrading to Next 11.1.0 seems to fix this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
justintemps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrading to Next 11.1.0 seems to fix this.