https://github.com/codecaiine/testing-practice-jet-js
This project is a practical test for JavaScript functions using the Jest library. It follows the AAA pattern to make the tests easier for other developers to read and understand. TDD approach was also practiced. This project is in line with Microverse requirements on unit testing.
https://github.com/codecaiine/testing-practice-jet-js
javacript jest tdd testing unit-testing
Last synced: about 2 months ago
JSON representation
This project is a practical test for JavaScript functions using the Jest library. It follows the AAA pattern to make the tests easier for other developers to read and understand. TDD approach was also practiced. This project is in line with Microverse requirements on unit testing.
- Host: GitHub
- URL: https://github.com/codecaiine/testing-practice-jet-js
- Owner: codecaiine
- Created: 2021-09-03T15:01:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T16:25:24.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T15:45:01.869Z (8 months ago)
- Topics: javacript, jest, tdd, testing, unit-testing
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-practice-jet-JS
This project contains a few practical tests for JavaScript functions using the Jest library. AAA pattern was followed to make the tests easier for other developers to read and understand. TDD approach was also practiced. This project is in line with Microverse requirements on unit testing.