Open zack-w opened 6 years ago
setup and configure mocha and chai for automated unit testing, add npm test command and setup with travis ci for automatic testing on commit
npm test
mocha + chai is setup. travis ci needs to be setup and configured. 1 test is failing.
setup and configure mocha and chai for automated unit testing, add
npm test
command and setup with travis ci for automatic testing on commit