mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
8 lines
198 B
Bash
Executable file
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
|