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 c61165e commit 34f6d3aCopy full SHA for 34f6d3a
1 file changed
packages/jest-config/src/set_from_argv.js
@@ -26,7 +26,8 @@ function setFromArgv(options: InitialOptions, argv: Argv): InitialOptions {
26
options.useStderr = argv[key];
27
break;
28
case 'watchAll':
29
- options.watch = argv[key];
+ options.watch = false;
30
+ options.watchAll = argv[key];
31
32
case 'env':
33
options.testEnvironment = argv[key];
0 commit comments