/sails-testing-demo

Functional Testing SailsJS APIs

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

SailsJS API Testing with Wolfpack

Build Status

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.