https://github.com/mnisarali/testing-practice
Testing practice for JavaScript functions using the Jest library and following the AAA pattern and TDD approach.
https://github.com/mnisarali/testing-practice
javascript jest testing
Last synced: about 2 months ago
JSON representation
Testing practice for JavaScript functions using the Jest library and following the AAA pattern and TDD approach.
- Host: GitHub
- URL: https://github.com/mnisarali/testing-practice
- Owner: MNisarAli
- Created: 2022-12-22T02:54:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T06:14:06.000Z (over 2 years ago)
- Last Synced: 2024-10-11T15:11:25.833Z (7 months ago)
- Topics: javascript, jest, testing
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing-Practice
Testing practice for JavaScript functions using the Jest library and following the AAA pattern and TDD approach.