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 18, 2020
1 parent 3bddaf8 commit e0385d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.0/JestObjectAPI.md
Expand Up @@ -77,7 +77,7 @@ export default {
```

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

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

0 comments on commit e0385d3

Please sign in to comment.