Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobuya/testing-practice
This is a unit testing repository for a few JavaScript functions using the Jest Library. Here, I have followed AAA pattern and used TDD approach.
https://github.com/tobuya/testing-practice
jest testing unit-testing
Last synced: 12 days ago
JSON representation
This is a unit testing repository for a few JavaScript functions using the Jest Library. Here, I have followed AAA pattern and used TDD approach.
- Host: GitHub
- URL: https://github.com/tobuya/testing-practice
- Owner: tobuya
- License: mit
- Created: 2022-12-21T12:31:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T16:53:36.000Z (about 2 years ago)
- Last Synced: 2025-01-13T15:42:44.892Z (20 days ago)
- Topics: jest, testing, unit-testing
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.