@@ -31,15 +31,36 @@ if (process.env.SKIP_PREFLIGHT_CHECK !== 'true') {
@@ -31,15 +31,36 @@ if (process.env.SKIP_PREFLIGHT_CHECK !== 'true') {
Created by: gaearon
Fixes https://github.com/facebook/create-react-app/issues/5210 with a clunky workaround. I hope this more or less matches the Jest logic.
Preferences