sailsjs-mocha-testing-barrels-fixtures-example
sailsjs-mocha-testing-barrels-fixtures-example copied to clipboard
An example of Sails.js-project testing with Mocha and Barrels for fixtures
Tried the repo with webstorm 2016.1.3 and wallaby status is always spinning. No errors...
Routing
All my Routes defined in config/routes always fail if i test with wallaby in Atom. If i run the same tests from terminal everything works as expected. Even lift Sails...
I found the test command didn't work when I ran ``` npm test ``` with an error: PORT is not recognized as an internal or external command This fixes that...
Thanks for setting this repo up -- I wouldn't know where to begin with testing sails otherwise. No matter what I try I continue to get the same error in...