mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
6 lines
136 B
Text
6 lines
136 B
Text
|
#!/bin/bash
|
||
|
|
||
|
#sleep 5
|
||
|
cd ~/Desktop/coco
|
||
|
node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --autotest --captureExceptions
|