Files
biomedjs/node_modules/piler/run-tests.sh

11 lines
187 B
Bash
Raw Permalink Normal View History

2014-09-14 07:04:16 -04:00
#!/usr/bin/env bash
(cd spec/testapp && coffee app.coffee) &
(cd spec/testapp && NODE_ENV=production coffee app.coffee) &
sleep 1
node_modules/.bin/jasmine-node --coffee spec/
kill 0