https://github.com/indiecodermm/unit-tests-practice
Using AAA patterns to perform unit testing with Jest
https://github.com/indiecodermm/unit-tests-practice
Last synced: 11 months ago
JSON representation
Using AAA patterns to perform unit testing with Jest
- Host: GitHub
- URL: https://github.com/indiecodermm/unit-tests-practice
- Owner: IndieCoderMM
- Created: 2022-12-13T15:58:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T17:19:14.000Z (about 3 years ago)
- Last Synced: 2025-01-15T23:58:27.841Z (about 1 year ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit Testing with Jest
The purpose of this repo is:
- to practice unit testing for JavaScript apps
- to follow the [AAA patterns](https://github.com/goldbergyoni/javascript-testing-best-practices#-%EF%B8%8F-12-structure-tests-by-the-aaa-pattern) in unit tests
- to understand and use the TDD approach