Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phryneas/react-19-reproduction-slow-tests
https://github.com/phryneas/react-19-reproduction-slow-tests
reproduction
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phryneas/react-19-reproduction-slow-tests
- Owner: phryneas
- Created: 2024-07-11T10:44:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T13:03:14.000Z (4 months ago)
- Last Synced: 2024-10-07T09:24:25.617Z (about 1 month ago)
- Topics: reproduction
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction for React 19 slowing tests with React Testing Library `renderHook` down by ~300ms per render.
How to run:
```sh
npm install
npm test
```You can find the offending minimal test in [slow.test.tsx](./src/slow.test.tsx)