Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infantajayvenus/tdd-setup
A template repo that can be used to try out TDD katas
https://github.com/infantajayvenus/tdd-setup
Last synced: 2 days ago
JSON representation
A template repo that can be used to try out TDD katas
- Host: GitHub
- URL: https://github.com/infantajayvenus/tdd-setup
- Owner: InfantAjayVenus
- License: mit
- Created: 2024-10-30T02:47:45.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:51:54.000Z (20 days ago)
- Last Synced: 2024-10-30T05:12:57.902Z (20 days ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (T)(A)dd
This repository serves as a starting point for TDD practice.
## Usage
1. Clone or download and unzip the repo.
2. Navigate to the project directory.
3. Install packages
4. Write your first test on `src/index.test.ts`
5. Run the script `dev:tdd` script.