UNPKG

322 BMarkdownView Raw
1# Contributing to cuid
2
3To properly perform browser testing, Chrome 60 or higher needs to be installed locally to run the tests in headless mode.
4
5## Testing
6
7To unit test the server version locally, run
8
9```sh
10npm run test:server
11```
12
13To unit test cuid in the browser version locally, run
14
15```sh
16npm run test:browser
17```