Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 318 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 318 Bytes

Contributing

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