Skip to content

Commit

Permalink
Fix typo in e2e-simple.sh comment (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored and Timer committed Apr 19, 2018
1 parent bf3d73c commit cf6caf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ exists build/static/css/*.css
exists build/static/media/*.svg
exists build/favicon.ico

# Run tests, overring the watch option to disable it.
# Run tests, overriding the watch option to disable it.
# `CI=true yarn test` won't work here because `yarn test` becomes just `jest`.
# We should either teach Jest to respect CI env variable, or make
# `scripts/test.js` survive ejection (right now it doesn't).
Expand Down

0 comments on commit cf6caf4

Please sign in to comment.