Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 428 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 428 Bytes

Contributing to cuid

To properly perform browser testing, Chrome 60 or higher needs to be installed locally to run the tests in headless mode.

Testing

To unit test the server version locally, run

npm run test:server

To unit test cuid in the browser version locally, run

npm run test:browser

To unit test cuid within a web worker in the browser version locally, run

npm run test:worker