Skip to content

Latest commit

 

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