Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 478 Bytes

DEVELOPERS.md

File metadata and controls

38 lines (25 loc) · 478 Bytes

Developers guide

Prepare

Install the dependencies

npm install

Develop

Build the typescript and package it for distribution

npm run build && npm run package

Run the tests

$ npm test

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

...

Contribute

Before creating a commit, validate your changes and build the associated distribution files

npm run all