Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.