- install pnpm
- bun will be automatically installed as a project dependency
- install dependencies
pnpm install
- run all solution tests
pnpm test:solution
- run all exercise tests
pnpm test
- run one solution tests
pnpm test:solution exo0
- run one exercise tests
pnpm test exo0
💡 To enable watch mode, use
--watch