A sample Sails API testing boilerplate for those looking how to test a SailsJS API withouth too much trouble using Wolfpack.
To run the tests, you need to have grunt-cli installed by means of npm install -g grunt-cli.
To run the tests, just type grunt test.