Fix typo in e2e-simple.sh comment (#4323)

This commit is contained in:
Brian Muenzenmeyer
2018-04-19 13:39:32 -05:00
committed by Joe Haddad
parent bf3d73c2c6
commit cf6caf46ef

View File

@@ -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).