Library for common VMD hapi components, to be distributed as a versioned npm package
Versioning should be dealt with using semantic versioning, https://docs.npmjs.com/about-semantic-versioning
Unit tests are run using the Mocha and Chai frameworks.
npm run unit-tests
Code coverage uses the Istanbul test coverage tool and is run using the NYC Istanbul CLI.
npm run code-coverage