Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 671 Bytes

File metadata and controls

19 lines (11 loc) · 671 Bytes

AdventOfCode2021-TypeScript-Jest-TDD

This repo contains my solutions to Advent of Code 2021.

Written in TypeScript with Jest tests in a Test Driven Development approach.

How to use

After cloning this repo, run npm i to install dependencies.

Then run npm run tdd to automatically run tests when a file changes.

image

Todo