A practical starter template for Nextjs, which has Tailwind, Cypress, Docker, Storybook, Jest, ESLint, Prettier, and more built-in. 🚀
32
stars
4
forks
source link
feat: add support for react-testing-library and remove enzyme #63
Open
natterstefan opened 2 years ago
Feature Request
Remove
enzyme
and use react-testing-library instead.Tasks
Example
Motivation
These days I prefer using RTL instead of Enzyme because its implementation and syntax feels more natural and "react"-like than enzymes.