This repo is my solutions to solve the AdventJS (https://adventjs.dev/) How to run tests npm i npm run test How to run specific test (Test works since year 2024) npm run test {year}/day{number}.test Example npm run test 2024/day1.test 2022 2023 2024