Skip to content

Commit 88d0503

Browse files
pvienneaucpojer
authored andcommitted
Fixed typo in rootDir section (#2696)
``` [...] using `'<rootDir>'` as a string token in any other path-based config settings to refer back to this value. ``` Changed to: ``` [...] using `'<rootDir>'` as a string token in any other path-based config settings will refer back to this value. ```
1 parent 16f8e1d commit 88d0503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The root directory that Jest should scan for tests and modules within. If you pu
268268

269269
Oftentimes, you'll want to set this to `'src'` or `'lib'`, corresponding to where in your repository the code is stored.
270270

271-
*Note that using `'<rootDir>'` as a string token in any other path-based config settings to refer back to this value. So, for example, if you want your [`setupFiles`](#setupfiles-array) config entry to point at the `env-setup.js` file at the root of your project, you could set its value to `["<rootDir>/env-setup.js"]`.*
271+
*Note that using `'<rootDir>'` as a string token in any other path-based config settings will refer back to this value. So, for example, if you want your [`setupFiles`](#setupfiles-array) config entry to point at the `env-setup.js` file at the root of your project, you could set its value to `["<rootDir>/env-setup.js"]`.*
272272

273273
### `setupFiles` [array]
274274
(default: `[]`)

0 commit comments

Comments
 (0)