Before submitting a PR :
master branch of the repository.npm install in the root folder.npm run-script test-all). During development, to run individual test use node_modules/nodeunit test/<test_file.js> -t <test_name>.npm run build).npm run lint).node_modules/.bin/commitlint --from origin/master --to HEAD). Refer commit conventions and commit rules.Thank you for Contributing!