run-tests.sh 109 B

1234567
  1. #!/bin/bash
  2. set -euo pipefail
  3. export DISPLAY=:99
  4. Xvfb :99 -screen 0 1024x768x16 -ac &
  5. XVFB_PID=$!
  6. node "$@"