Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakibrahman/react-testing
Test cases for react app
https://github.com/rakibrahman/react-testing
jest react react-testing-library typescript unit-testing
Last synced: about 19 hours ago
JSON representation
Test cases for react app
- Host: GitHub
- URL: https://github.com/rakibrahman/react-testing
- Owner: RakibRahman
- Created: 2022-07-04T14:43:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T05:36:19.000Z (over 2 years ago)
- Last Synced: 2023-04-09T14:23:03.655Z (almost 2 years ago)
- Topics: jest, react, react-testing-library, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting into React Testing using `Jest` & `React-Testing-Library`
_Index:_
- Form elements test cases : `src/Form`
- Link element test cases : `src/Link`
- Component Props test cases : `src/Eshop/__tests__/Card.test.tsx`
- Integration Testing & filter array tests cases: `src/Eshop/__tests__/Card.test.tsx`
- Select tag test cases : `src/EShop/**tests**/Filter.test.tsx`
- HTTP Mocking/Get method test cases : `src/Eshop/**tests**/EShop.test.tsx
- Nested queries(within method) test cases : `src/Eshop/__tests__/EShop.test.tsx`