Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infantajayvenus/chandrayaan-nav-tdd
An excercise to practiceTDD
https://github.com/infantajayvenus/chandrayaan-nav-tdd
Last synced: 2 days ago
JSON representation
An excercise to practiceTDD
- Host: GitHub
- URL: https://github.com/infantajayvenus/chandrayaan-nav-tdd
- Owner: InfantAjayVenus
- License: mit
- Created: 2024-10-30T02:59:31.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T05:43:10.000Z (20 days ago)
- Last Synced: 2024-10-30T06:21:15.430Z (20 days ago)
- Language: TypeScript
- Size: 33.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.