A small setup of
- micro - a simple http server / microservice server
- mocha + chai - testing suite
- async-to-gen - provide async/await in micro and in testing with mocha
Pull the repo
git clone https://github.com/vuchl/micro-tested.gitEnter the repo
cd micro-testedInstall the dependencies
npm installRun the server
npm startRun tests
npm test