Skip to content

AlphaHydrae/tdd-brownbag

Repository files navigation

Test-Driven Development Brownbag

This repository contains a basic setup to practice Test-Driven Development with Node.js.

Requirements

Getting Started

git clone https://github.com/AlphaHydrae/tdd-brownbag.git
cd tdd-brownbag
npm ci
npm run test:all

Your browser should open at http://localhost:8080 and show the test coverage report. It will update in real time as you write more tests and implement more features.

About

Practice test-driven development with Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published