Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`