Add support for integrating Jest testing library in Next.JS. #68737
trishantpahwa
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Jest
intoNext.JS
projects.Non-Goals
Next.JS
projects.Background
Next.JS
is built onReact
. However, the currentNext.JS
setup does not include built-in support for integrating a testing library.Proposal
To integrate
Jest
inNext.JS
projects. It is shipped withReact
by default, offering the following advantages:To implement this feature:
Next.JS
CLI when initializing a new project to includeJest
integration.Beta Was this translation helpful? Give feedback.
All reactions