c9-core/plugins/c9.ide.language.javascript..../test/run_all.sh

7 wiersze
70 B
Bash
Executable File

#!/bin/sh -e
for f in *_test.js; do
echo RUNNING $f
node $f
done