Functional Testing a SailsJS API with Wolfpack: Part 1
SailsJS is a popular MVC framework for NodeJS. It is widely used due to its ease of use. However, the official Sails documentation on testing is pretty basic and ambiguous, so a lot of people is left to wonder how to properly test a Sails app. Learn how to functionally test your SailsJS API using Wolfpack and Supertest. In this first part…
Fernando De Vega