Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhussen/unit-testing
Practical tests for JavaScript functions using the Jest library By following the AAA pattern.
https://github.com/binhussen/unit-testing
jest
Last synced: 29 days ago
JSON representation
Practical tests for JavaScript functions using the Jest library By following the AAA pattern.
- Host: GitHub
- URL: https://github.com/binhussen/unit-testing
- Owner: binhussen
- Created: 2022-08-17T16:30:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T17:58:41.000Z (over 2 years ago)
- Last Synced: 2024-10-19T03:31:18.341Z (3 months ago)
- Topics: jest
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing practice
Practical tests for JavaScript functions using the [Jest](https://jestjs.io/) library By following the [AAA pattern](https://github.com/goldbergyoni/javascript-testing-best-practices#-%EF%B8%8F-12-structure-tests-by-the-aaa-pattern) to make tests easier for other developers to read and understand and use the TDD approach in practice.