diff --git a/docs/guides/jest.md b/docs/guides/jest.md index 93f447313..b64578bb6 100644 --- a/docs/guides/jest.md +++ b/docs/guides/jest.md @@ -2,7 +2,7 @@ ## Configure with Jest -To run the setup file to configure Enzyme and the Adapter (as shown in the [Installation docs](https://enzymejs.github.io/enzyme/docs/installation/)) with Jest, set `setupFilesAfterEnv` (previously `setupTestFrameworkScriptFile`) in your config file (check [Jest's documentation](http://jestjs.io/docs/en/configuration) for the possible locations of that config file) to literally the string `` and the path to your setup file. +To run the setup file to configure Enzyme and the Adapter (as shown in the [Installation docs](https://enzymejs.github.io/enzyme/docs/installation/)) with Jest, set `setupFilesAfterEnv` (previously `setupTestFrameworkScriptFile`) in your config file (check [Jest's documentation](http://jestjs.io/docs/en/configuration) for the possible locations of that config file) to literally the string `` and the path to your setup file. If using [create-react-app](https://create-react-app.dev/), skip this step. ```json {