https://github.com/truewill/react-testing-antipatterns
React Testing Library antipatterns
https://github.com/truewill/react-testing-antipatterns
Last synced: over 1 year ago
JSON representation
React Testing Library antipatterns
- Host: GitHub
- URL: https://github.com/truewill/react-testing-antipatterns
- Owner: TrueWill
- License: mit
- Created: 2024-06-02T19:39:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T21:50:48.000Z (about 2 years ago)
- Last Synced: 2024-06-29T18:44:39.536Z (about 2 years ago)
- Language: TypeScript
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-testing-antipatterns
This is a collection of [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) antipatterns.
The intent is to demonstrate revising the code to follow best practices.
The `fixed` branch has best practices applied.
Scaffolded with [Vite](https://vitejs.dev/).