Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 269 Bytes

TESTING.md

File metadata and controls

16 lines (11 loc) · 269 Bytes

node-jmx Testing

$ npm install -g jshint
$ make style test

You will need to set the JAVA_HOME environment variable if the java binary is not in your PATH.

Coverage

$ make test-cov

The HTML output file will be at ./coverage.html.