Skip to content

Commit

Permalink
remove reference to automock penalty (#8556)
Browse files Browse the repository at this point in the history
* remove reference to automock penalty

the documentation referenced was already removed in #5903

* remove references to automock in versioned docs
  • Loading branch information
rajington authored and jeysal committed Jun 13, 2019
1 parent 98bafaa commit a7d3db2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ _Note: Node modules are automatically mocked when you have a manual mock in plac

_Note: Core modules, like `fs`, are not mocked by default. They can be mocked explicitly, like `jest.mock('fs')`._

_Note: Automocking has a performance cost most noticeable in large projects. See [here](troubleshooting.html#tests-are-slow-when-leveraging-automocking) for details and a workaround._

### `bail` [number | boolean]

Default: `0`
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-22.x/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ _Note: Node modules are automatically mocked when you have a manual mock in plac

_Note: Core modules, like `fs`, are not mocked by default. They can be mocked explicitly, like `jest.mock('fs')`._

_Note: Automocking has a performance cost most noticeable in large projects. See [here](troubleshooting.html#tests-are-slow-when-leveraging-automocking) for details and a workaround._

### `browser` [boolean]

Default: `false`
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-23.x/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ _Note: Node modules are automatically mocked when you have a manual mock in plac

_Note: Core modules, like `fs`, are not mocked by default. They can be mocked explicitly, like `jest.mock('fs')`._

_Note: Automocking has a performance cost most noticeable in large projects. See [here](troubleshooting.html#tests-are-slow-when-leveraging-automocking) for details and a workaround._

### `bail` [boolean]

Default: `false`
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-24.0/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ _Note: Node modules are automatically mocked when you have a manual mock in plac

_Note: Core modules, like `fs`, are not mocked by default. They can be mocked explicitly, like `jest.mock('fs')`._

_Note: Automocking has a performance cost most noticeable in large projects. See [here](troubleshooting.html#tests-are-slow-when-leveraging-automocking) for details and a workaround._

### `bail` [number | boolean]

Default: `0`
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-24.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ _Note: Node modules are automatically mocked when you have a manual mock in plac

_Note: Core modules, like `fs`, are not mocked by default. They can be mocked explicitly, like `jest.mock('fs')`._

_Note: Automocking has a performance cost most noticeable in large projects. See [here](troubleshooting.html#tests-are-slow-when-leveraging-automocking) for details and a workaround._

### `bail` [number | boolean]

Default: `0`
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-24.6/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ _Note: Node modules are automatically mocked when you have a manual mock in plac

_Note: Core modules, like `fs`, are not mocked by default. They can be mocked explicitly, like `jest.mock('fs')`._

_Note: Automocking has a performance cost most noticeable in large projects. See [here](troubleshooting.html#tests-are-slow-when-leveraging-automocking) for details and a workaround._

### `bail` [number | boolean]

Default: `0`
Expand Down

0 comments on commit a7d3db2

Please sign in to comment.