Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 295 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 295 Bytes

Contributing

Getting started

  1. Install Node.js
  2. Run npm install to install dependencies

Commands

  • npm test -- --watch to start interactive test prompt
  • npm test to run tests
  • npm run check to run checks
  • npm run fix to fix check violations