Skip to content

Commit

Permalink
fix: remove dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
nLight committed Mar 11, 2019
1 parent 96af96a commit 7ef28fb
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 --quiet cypress run -- \
npx cypress run \
${CYPRESS_HEADED:+"--headed"} \
${CYPRESS_NO_EXIT:+"--no-exit"} \
--spec "${FILE}" \
Expand Down

0 comments on commit 7ef28fb

Please sign in to comment.