phantomjs/test/run-tests.sh

7 lines
74 B
Bash
Executable File

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