mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-02 11:02:56 +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 |