From a0cc8dd628a03098c76d397675e5333e08239046 Mon Sep 17 00:00:00 2001 From: David Hernando Sancha Date: Sun, 17 May 2020 10:20:39 +0200 Subject: [PATCH] docs: Fix confuse filename on enableAutomock example --- docs/JestObjectAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/JestObjectAPI.md b/docs/JestObjectAPI.md index 2a30948e86e3..be28b93e4d21 100644 --- a/docs/JestObjectAPI.md +++ b/docs/JestObjectAPI.md @@ -76,7 +76,7 @@ export default { ``` ```js -// __tests__/disableAutomocking.js +// __tests__/enableAutomocking.js jest.enableAutomock(); import utils from '../utils';