Skip to content

Commit c497fcb

Browse files
committed
correct watchman comment
1 parent a531e78 commit c497fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ type HasteConfig = {
479479
/**
480480
* Whether to follow symlinks when crawling for files.
481481
* This options cannot be used in projects which use watchman.
482-
* Projects with a .watchmanconfig will error if this option is set to true.
482+
* Projects with `watchman` set to true will error if this option is set to true.
483483
*/
484484
enableSymlinks?: boolean;
485485
/** Path to a custom implementation of Haste. */

packages/jest-types/src/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type HasteConfig = {
2525
/**
2626
* Whether to follow symlinks when crawling for files.
2727
* This options cannot be used in projects which use watchman.
28-
* Projects with a .watchmanconfig will error if this option is set to true.
28+
* Projects with `watchman` set to true will error if this option is set to true.
2929
*/
3030
enableSymlinks?: boolean;
3131
/** Path to a custom implementation of Haste. */

0 commit comments

Comments
 (0)