Skip to content

Commit 6a78699

Browse files
authored
docs(Configuration): filesystem raking -> filesystem churn (#12490)
1 parent 1bbe6fb commit 6a78699

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Default: `"/tmp/<path>"`
140140

141141
The directory where Jest should store its cached dependency information.
142142

143-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
143+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
144144

145145
### `clearMocks` \[boolean]
146146

website/versioned_docs/version-25.x/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Default: `"/tmp/<path>"`
119119

120120
The directory where Jest should store its cached dependency information.
121121

122-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
122+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
123123

124124
### `clearMocks` \[boolean]
125125

website/versioned_docs/version-26.x/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Default: `"/tmp/<path>"`
140140

141141
The directory where Jest should store its cached dependency information.
142142

143-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
143+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
144144

145145
### `clearMocks` \[boolean]
146146

website/versioned_docs/version-27.0/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Default: `"/tmp/<path>"`
140140

141141
The directory where Jest should store its cached dependency information.
142142

143-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
143+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
144144

145145
### `clearMocks` \[boolean]
146146

website/versioned_docs/version-27.1/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Default: `"/tmp/<path>"`
140140

141141
The directory where Jest should store its cached dependency information.
142142

143-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
143+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
144144

145145
### `clearMocks` \[boolean]
146146

website/versioned_docs/version-27.2/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Default: `"/tmp/<path>"`
140140

141141
The directory where Jest should store its cached dependency information.
142142

143-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
143+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
144144

145145
### `clearMocks` \[boolean]
146146

website/versioned_docs/version-27.4/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Default: `"/tmp/<path>"`
140140

141141
The directory where Jest should store its cached dependency information.
142142

143-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
143+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
144144

145145
### `clearMocks` \[boolean]
146146

website/versioned_docs/version-27.5/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Default: `"/tmp/<path>"`
140140

141141
The directory where Jest should store its cached dependency information.
142142

143-
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem raking that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
143+
Jest attempts to scan your dependency tree once (up-front) and cache it in order to ease some of the filesystem churn that needs to happen while running tests. This config option lets you customize where Jest stores that cache data on disk.
144144

145145
### `clearMocks` \[boolean]
146146

0 commit comments

Comments
 (0)