Skip to content

Commit

Permalink
fix: silent -> quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
nLight committed Feb 27, 2019
1 parent f9e7490 commit 37a77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ done
function executeCypress {
RECORD_VIDEO=${RECORD_VIDEO:-'true'}

npx --silent cypress run -- \
npx --quiet cypress run -- \
${CYPRESS_HEADED:+"--headed"} \
${CYPRESS_NO_EXIT:+"--no-exit"} \
--spec "${FILE}" \
Expand Down

0 comments on commit 37a77de

Please sign in to comment.