From cf6caf46ef19bc69217c1550ff318e35f5ff997b Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Thu, 19 Apr 2018 13:39:32 -0500 Subject: [PATCH] Fix typo in e2e-simple.sh comment (#4323) --- tasks/e2e-simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh index c72eb3a5..75f9dae7 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).