mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
10
node_modules/piler/run-tests.sh
generated
vendored
Executable file
10
node_modules/piler/run-tests.sh
generated
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
#!/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
|
Reference in New Issue
Block a user