Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmekonnen251/unit-test-practice
This project's purpose is to practice unit testing using the jest library. JavaScript and Jest library are used.
https://github.com/zmekonnen251/unit-test-practice
jest tdd testing unit-testing
Last synced: about 1 month ago
JSON representation
This project's purpose is to practice unit testing using the jest library. JavaScript and Jest library are used.
- Host: GitHub
- URL: https://github.com/zmekonnen251/unit-test-practice
- Owner: zmekonnen251
- License: mit
- Created: 2022-02-23T08:35:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T08:55:39.000Z (over 1 year ago)
- Last Synced: 2024-10-02T13:41:20.139Z (about 2 months ago)
- Topics: jest, tdd, testing, unit-testing
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unit-test-practice
This project purpose is to practice to use jest library for unit testing in order to follow the TDD approach.