-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
1 - RequestA request made by a member of the communityA request made by a member of the community
Description
- Look into https://dev.to/vantanev/make-your-jest-tests-up-to-20-faster-by-changing-a-single-setting-i36
- Look into tests in https://github.com/facebook/react/tree/main/packages/react/src/__tests__ and take inspiration from them
- Make use of https://testing-playground.com/ when writing UI tests
- Look into custom Jest runners
- Rewrite old .js tests to .ts
- https://github.com/ballercat/jest-plugin-must-assert
- https://www.jest-preview.com/docs/examples/create-react-app/
- https://github.com/clarkbw/jest-localstorage-mock
- https://github.com/hustcc/jest-date-mock
- https://github.com/evelynhathaway/jest-location-mock
Metadata
Metadata
Assignees
Labels
1 - RequestA request made by a member of the communityA request made by a member of the community
Type
Projects
Status
✅ Done