From 7287aa519fbd43ff17d89b2394094815513999e8 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Thu, 19 Apr 2018 10:51:31 -0500 Subject: [PATCH] Fix typo in e2e-simple.sh comment --- 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 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).