mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Deprecate old server test bin commands
This commit is contained in:
parent
23e3821e24
commit
d684ffd2bc
2 changed files with 8 additions and 16 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue