We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2218e4 commit 454b4e6Copy full SHA for 454b4e6
packages/jest-config/src/Deprecated.ts
@@ -89,7 +89,7 @@ const deprecatedOptions: DeprecatedOptions = {
89
90
testPathPattern: () =>
91
formatDeprecation(
92
- 'Option *testPathPattern* was replaced by *testPathPatterns*.',
+ 'Option *testPathPattern* was replaced by *--testPathPatterns*. *--testPathPatterns* is only available as a command-line option.',
93
),
94
95
testURL: (_options: {testURL?: string}) => ` Option ${chalk.bold(
0 commit comments