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

https://github.com/eastend-street/jest-practice

school project
https://github.com/eastend-street/jest-practice

jest reactjs typescript

Last synced: 5 days ago
JSON representation

school project

Awesome Lists containing this project

README

        

# Jest practice
1. make folder `src/__tests__`
2. make test file inside of `__tests__`
3. run test using `yarn test`