## Testing

Open a terminal and use _mocha_ to run the unit tests:

```bash
cd node_modules/rpc-websocket
mocha
```

The unit tests work by starting the client who will in turn spawn a server process. The unit tests are mostly complete now.

