hapi — Getting Started With Testing Using Lab and Code
Hapi is our favorite Node.js web framework. One of the reasons we love hapi is the easiness of testing. The built-in server.inject method helps you to follow a test-driven development approach. This tutorial gets you started with testing in hapi. You’ll set up your project to run …
Continue Reading