Deprecate old server test bin commands

This commit is contained in:
Scott Erickson 2015-12-09 16:24:05 -08:00
parent 23e3821e24
commit d684ffd2bc
2 changed files with 8 additions and 16 deletions

View file

@ -1,8 +1,4 @@
#!/bin/bash
# full script path
_scriptDir="$(cd "$(dirname "$0")" && pwd -P)"
cd $_scriptDir
cd ../
node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --autotest --captureExceptions
echo
echo coco-server-test-runner is deprecated.
echo Instead, use \"npm run jasmine\" to run server tests
echo

View file

@ -1,8 +1,4 @@
#!/bin/bash
# full script path
_scriptDir="$(cd "$(dirname "$0")" && pwd -P)"
cd $_scriptDir
cd ../
node_modules/.bin/nodemon . --ext ".coffee|.js" --watch server --watch server.coffee --unittest
echo
echo coco-test-server is deprecated.
echo Instead, use \"npm run jasmine\" to run server tests
echo