Skip to content
Prev Previous commit
Next Next commit
Prettify Configuration.md
  • Loading branch information
robin-drexler committed May 16, 2018
commit ac8f57fe976668a370c2c64f3d7b2657fabcaff0
3 changes: 2 additions & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ Specifies notification mode. Requires `notify: true`.
Default: `undefined`

A preset that is used as a base for Jest's configuration. A preset should point
to an npm module that exports a `jest-preset.json` or `jest-preset.js` module at its top level.
to an npm module that exports a `jest-preset.json` or `jest-preset.js` module at
its top level.

Presets may also be relative filesystem paths.

Expand Down