diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh index c72eb3a552f..75f9dae70c8 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -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).