Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/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/lucas-erkana/testing-practice
Last synced: 5 days 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/lucas-erkana/testing-practice
- Owner: Lucas-Erkana
- Created: 2022-12-14T13:29:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T15:17:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:49:25.227Z (about 1 month ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.