# README #

### Running tests
* npm test
* npm test-file.test --config jestconfig.json

Test results can be found in the root file **test-report.html**

### Publishing the package to NPM
* npm login (support_turnbuckle)
* npm version patch
* npm publish
