mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Fix typo in e2e-simple.sh comment (#4323)
This commit is contained in:
committed by
Joe Haddad
parent
bf3d73c2c6
commit
cf6caf46ef
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user