Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahnahaj/testing-practice
In this exercise, you will write a few practical tests for JavaScript functions using the Jest library. You should make sure you follow the AAA pattern to make your tests easier for other developers to read and understand. You will also try to use the TDD approach in practice.
https://github.com/nahnahaj/testing-practice
Last synced: about 2 months ago
JSON representation
In this exercise, you will write a few practical tests for JavaScript functions using the Jest library. You should make sure you follow the AAA pattern to make your tests easier for other developers to read and understand. You will also try to use the TDD approach in practice.
- Host: GitHub
- URL: https://github.com/nahnahaj/testing-practice
- Owner: NahnahAJ
- License: mit
- Created: 2022-10-05T03:54:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T09:25:08.000Z (over 2 years ago)
- Last Synced: 2024-12-06T08:56:33.830Z (3 months ago)
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing-practice
In this exercise, you will write a few practical tests for JavaScript functions using the Jest library. You should make sure you follow the AAA pattern to make your tests easier for other developers to read and understand. You will also try to use the TDD approach in practice.