Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 389 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 389 Bytes

effect-training

Prerequisites

Get started

  • install dependencies
bun i
  • run all solution tests
bun run test:solution
  • run all exercise tests
bun test
  • run one solution test
bun run test:solution exo0
  • run all exercise tests
bun test exo0

💡 To enable watch mode, use --watch