Skip to content

Commit

Permalink
Update deprecated jest config key
Browse files Browse the repository at this point in the history
  • Loading branch information
VGoose committed Feb 25, 2019
1 parent 2c17e1f commit 40b8153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/react-native.md
Expand Up @@ -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: '<rootDir>setup-tests.js',
setupFilesAfterEnv: '<rootDir>setup-tests.js',

// ...
};
Expand Down

0 comments on commit 40b8153

Please sign in to comment.