https://github.com/felixdev22/jest-practice
Jest learning exercise - practical tests for JavaScript functions using the Jest library. used the AAA pattern to make tests easier for other developers to read and understand. Also, used the TDD approach in practice.
https://github.com/felixdev22/jest-practice
javascript jest-tests
Last synced: 9 months ago
JSON representation
Jest learning exercise - practical tests for JavaScript functions using the Jest library. used the AAA pattern to make tests easier for other developers to read and understand. Also, used the TDD approach in practice.
- Host: GitHub
- URL: https://github.com/felixdev22/jest-practice
- Owner: felixDev22
- Created: 2022-12-13T20:20:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T23:58:26.000Z (over 3 years ago)
- Last Synced: 2025-04-10T12:31:58.631Z (over 1 year ago)
- Topics: javascript, jest-tests
- Homepage:
- Size: 788 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-practice
Jest learning exercise