/AdventOfCode2021-TypeScript-Jest-TDD

Solving puzzles of https://adventofcode.com/2021 using #typescript #jest #tdd

Primary LanguageTypeScript

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