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';