test-js.sh 101 Bytes
Newer Older
1 2 3 4 5 6
#!/usr/bin/env bash

cd `dirname $BASH_SOURCE` && cd ..

echo "Running JavaScript tests..."
npm test