## Tests

[node-tap](https://www.npmjs.com/package/tap)

To run the example services test issue the below command passing a valid session id. You can get a valid session id by logging into the Valence Portal and launching developer tools. Once developer tools is launched go to the console and run `Valence.util.Helper.getSid()`. That will return your current session id.

```sh
$ session=CURRENTSESSIONID npm start
```
On Windows
```sh
> set session=CURRENTSESSIONID & npm start
```