Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 312 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 312 Bytes

Contributing

Install the dependencies

npm install

Run the tests ✔️

$ npm test

 PASS  ./index.test.js
  ✓ throws invalid number (3ms)
  ✓ wait 500 ms (504ms)
  ✓ test runs (95ms)
...

Package for distribution

Run prepare

npm run prepare