- Add
test
andtest:watch
commands to package.json` - Refactor
mocha
command line parameters intomocha.opts
- Add support file to avoid repetition of test setup
- Add
husky
for git hooks - Run tests on
git commit
orgit push
test
and test:watch
commands to package.json`mocha
command line parameters into mocha.opts
husky
for git hooksgit commit
or git push