carlquistb / FormulaCraft

An SMS-based service for running Minecraft server on AWS.
MIT License
0 stars 1 forks source link

Adding tests and testing CI #46

Closed nlipiarski closed 4 years ago

nlipiarski commented 4 years ago

Adding tests which can be run using the npm test command. I ended up picking Ava and Sinon for the testing framework because it seemed new and if the project continues as we have been it will be mature by the time we are ready for release. (ha) Also added to the pull request workflow set up in the previous pull request to have the tests run on all PRs.