To properly perform browser testing, Chrome 60 or higher needs to be installed locally to run the tests in headless mode.
To unit test the server version locally, run
npm run test:serverTo unit test cuid in the browser version locally, run
npm run test:browserTo unit test cuid within a web worker in the browser version locally, run
npm run test:worker