File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,10 @@ direct analogs in Jest's `moduleDirectories` and `moduleFileExtensions` options.
180180}
181181```
182182
183- > Note: <rootDir > is a special token that gets replaced by Jest with the root of
184- > your project. Most of the time this will be the folder where your package.json
185- > is located unless you specify a custom ` rootDir ` option in your configuration.
183+ > Note: ` <rootDir> ` is a special token that gets replaced by Jest with the root
184+ > of your project. Most of the time this will be the folder where your
185+ > ` package.json ` is located unless you specify a custom ` rootDir ` option in your
186+ > configuration.
186187
187188Similarly webpack's ` resolve.root ` option functions like setting the ` NODE_PATH `
188189env variable, which you can set, or make use of the ` modulePaths ` option.
You can’t perform that action at this time.
0 commit comments