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
- Host: GitHub
- URL: https://github.com/eastend-street/jest-practice
- Owner: eastend-street
- Created: 2019-12-18T22:23:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:17:51.000Z (over 2 years ago)
- Last Synced: 2023-03-03T12:56:36.195Z (about 2 years ago)
- Topics: jest, reactjs, typescript
- Language: TypeScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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`