We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3d73c commit cf6caf4Copy full SHA for cf6caf4
tasks/e2e-simple.sh
@@ -274,7 +274,7 @@ exists build/static/css/*.css
274
exists build/static/media/*.svg
275
exists build/favicon.ico
276
277
-# Run tests, overring the watch option to disable it.
+# Run tests, overriding the watch option to disable it.
278
# `CI=true yarn test` won't work here because `yarn test` becomes just `jest`.
279
# We should either teach Jest to respect CI env variable, or make
280
# `scripts/test.js` survive ejection (right now it doesn't).
0 commit comments