phantomjs/test/run-tests.sh

7 lines
74 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Run tests
bin/phantomjs test/run-tests.js
exit $?