mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-08 07:27:44 +03:00
3 lines
124 B
Bash
Executable File
3 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
env ONLYDOODAD=${1-default} npx mocha script/puppeteer-tests.js --timeout 25000 --exit |