From 2a68263530ab29f97e75b59c4583bbf25479e3f8 Mon Sep 17 00:00:00 2001 From: Rsmouki <38771325+AbdellahRsmouki@users.noreply.github.com> Date: Mon, 25 Jan 2021 10:00:08 +0100 Subject: [PATCH] :books: fix typo in README.md The jest.config file extention should be ".json" instead of ".js" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bab2a1cdb..aaef02bf8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ yarn add --dev @testing-library/jest-native npm install --save-dev @testing-library/jest-native ``` -Then automatically add it to your jest tests by using `setupFilesAfterEnv` option in your Jest configuration (it's usually located either in `package.json` under `"jest"` key or in a `jest.config.js` file): +Then automatically add it to your jest tests by using `setupFilesAfterEnv` option in your Jest configuration (it's usually located either in `package.json` under `"jest"` key or in a `jest.config.json` file): ```json {