Functional Testing a SailsJS API with Wolfpack: Part 3
In the previous article we saw how to test GET transactions in our API. There's still a lot to cover so in this article we are going to be covering how to test POST operations; in other words how to test create. Perhaps it is time we start POSTing stuff to our app. Testing POST Picking from the work we've already laid on the previous arti…
Fernando De Vega