Skip to content

Files

Latest commit

dc2f462 · Nov 25, 2024

History

History
15 lines (10 loc) · 157 Bytes
·

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 157 Bytes
·

Contributing guide

  1. Install dependencies
npm i
  1. Run tests in watch mode
npm run test:watch
  1. For any new features, add new tests