https://github.com/jcarloslucio/testing-practice
A few tests to practice TDD
https://github.com/jcarloslucio/testing-practice
jest testing
Last synced: about 2 months ago
JSON representation
A few tests to practice TDD
- Host: GitHub
- URL: https://github.com/jcarloslucio/testing-practice
- Owner: JCarlosLucio
- Created: 2020-08-12T01:18:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T19:20:09.000Z (almost 6 years ago)
- Last Synced: 2025-07-27T00:12:26.568Z (11 months ago)
- Topics: jest, testing
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PROJECT: TESTING PRACTICE
from The Odin Project's [curriculum](https://www.theodinproject.com/courses/javascript/lessons/testing-practice)
## Overview
A few tests to practice Test-Driven-Development using Jest