diff --git a/docs/guides/react-native.md b/docs/guides/react-native.md index 326b360bc..8ecd43595 100644 --- a/docs/guides/react-native.md +++ b/docs/guides/react-native.md @@ -61,7 +61,7 @@ Create or update a `jest.config.js` file at the root of your project to include module.exports = { // Load setup-tests.js before test execution - setupTestFrameworkScriptFile: 'setup-tests.js', + setupFilesAfterEnv: 'setup-tests.js', // ... };