codecombat/bin/coco-server-test-runner

9 lines
198 B
Text
Raw Normal View History

2014-01-03 10:32:13 -08:00
#!/bin/bash
# full script path
_scriptDir="$(cd "$(dirname "$0")" && pwd -P)"
cd $_scriptDir
2014-01-05 18:32:42 +01:00
cd ../
2014-01-03 10:32:13 -08:00
node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --autotest --captureExceptions