Repo for solving https://adventjs.dev challenges with typescript and Jest
npm install
npm run test
npm i -g jest-cli
# Launch year test
jest 2022
# Launch specific file test
jest 2022/day1.test.ts
# Launch year test
npx jest 2022
# Launch specific file test
npx jest 2022/day1.test.ts