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 8533528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@

### Chore & Maintenance

- `[docs]` Fix confuse filename onπŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰ enableAutomock example ([#10055](https://github.com/facebook/jest/pull/10055))
- `[jest-core]` πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰ ([#10000](https://github.com/facebook/jest/pull/10000))

### Performance
Expand Down
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 8533528

Please sign in to comment.