mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-11 03:28:09 +03:00
4 lines
140 B
Bash
Executable File
4 lines
140 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
env ONLYDOODAD=${1-default} npx percy exec -- mocha script/puppeteer-tests.js --timeout 100000 --exit
|