Skip to content

Commit

Permalink
docs: Fix confuse filename on enableAutomock example
Browse files Browse the repository at this point in the history
  • Loading branch information
duxtinto committed May 17, 2020
1 parent 3bddaf8 commit a0cc8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/JestObjectAPI.md
Expand Up @@ -76,7 +76,7 @@ export default {
```

```js
// __tests__/disableAutomocking.js
// __tests__/enableAutomocking.js
jest.enableAutomock();

import utils from '../utils';
Expand Down

0 comments on commit a0cc8dd

Please sign in to comment.