Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 303 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 303 Bytes

Any change to behavior (including bugfixes) must come with a test.

Patches that fail tests or reduce performance will be rejected.

# to run tests
npm test

# to re-generate test fixtures
npm run test-regen

# to benchmark against bash/zsh
npm run bench

# to profile javascript
npm run prof