mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-29 21:52:59 +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 |