https://github.com/microverse-fullstack-program/unit-testing-practice
https://github.com/microverse-fullstack-program/unit-testing-practice
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/unit-testing-practice
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2022-12-22T15:40:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T17:42:36.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:41:53.075Z (3 months ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unit Testing Practice
This is an exercise repository for a few practical test for JavaScript functions using the Jest Library. Here, I have followed the AAA pattern and used the TDD approach.