codecombat/bin/coco-server-test-runner
2014-01-05 20:09:58 +01:00

8 lines
198 B
Bash
Executable file

#!/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