# node-jmx Testing```bash
$ npm install -g jshint
$ make style test
```You will need to set the `JAVA_HOME` environment variable if the java binary is notin your *PATH*.
## Coverage```bash
$ make test-cov
```TheHTML output file will be at `./coverage.html`.