You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: react-native-scripts/src/scripts/eject.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,9 @@ from \`babel-preset-expo\` to \`babel-preset-react-native-stage-0/decorator-supp
205
205
pkgJson.jest.preset='react-native';
206
206
newDevDependencies.push('jest-react-native');
207
207
}else{
208
-
log(`${chalk.bold('Warning')}: it looks like you've changed the Jest preset from jest-expo to ${pkgJson.jest.preset}. We recommend you make sure this Jest preset is compatible with ejected apps.`)
208
+
log(
209
+
`${chalk.bold('Warning')}: it looks like you've changed the Jest preset from jest-expo to ${pkgJson.jest.preset}. We recommend you make sure this Jest preset is compatible with ejected apps.`
210
+
);
209
211
}
210
212
211
213
// no longer relevant to an ejected project (maybe build is?)
0 commit comments