File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
website/versioned_docs/version-26.0 Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1313
1414### Chore & Maintenance
1515
16+ - ` [docs] ` Correct confusing filename in ` enableAutomock ` example ([ #10055 ] ( https://github.com/facebook/jest/pull/10055 ) )
1617- ` [jest-core] ` ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐ ([ #10000 ] ( https://github.com/facebook/jest/pull/10000 ) )
1718
1819### Performance
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export default {
7676```
7777
7878``` js
79- // __tests__/disableAutomocking .js
79+ // __tests__/enableAutomocking .js
8080jest .enableAutomock ();
8181
8282import utils from ' ../utils' ;
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default {
7777```
7878
7979``` js
80- // __tests__/disableAutomocking .js
80+ // __tests__/enableAutomocking .js
8181jest .enableAutomock ();
8282
8383import utils from ' ../utils' ;
You canโt perform that action at this time.
0 commit comments