https://github.com/tsheporamantso/testing-practice
In this project, I practice to write unit test for a JavaScript app, using AAA (Arrange, Act & Assert) pattern and jest library
https://github.com/tsheporamantso/testing-practice
Last synced: 3 months ago
JSON representation
In this project, I practice to write unit test for a JavaScript app, using AAA (Arrange, Act & Assert) pattern and jest library
- Host: GitHub
- URL: https://github.com/tsheporamantso/testing-practice
- Owner: tsheporamantso
- License: mit
- Created: 2023-04-04T13:40:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T15:56:56.000Z (over 2 years ago)
- Last Synced: 2025-03-13T05:43:18.037Z (7 months ago)
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing-Practice
In this project, I practice to write unit test for a JavaScript app, using AAA (Arrange, Act & Assert) pattern and jest library