From 40b815343044540d27e3f01c7de6637f2ec1ebcf Mon Sep 17 00:00:00 2001 From: Anh Date: Mon, 25 Feb 2019 18:04:03 -0500 Subject: [PATCH] Update deprecated jest config key --- docs/guides/react-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', // ... };