laceside
Version:
In-browser JavaScript IDE and execution environment
18 lines (11 loc) • 322 B
Markdown
# 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
```sh
npm run test:server
```
To unit test cuid in the browser version locally, run
```sh
npm run test:browser
```