Jest, at least the version that react-scripts depends on, does not work with both the --watch and --watchAll flags.
Since react-scripts is automatically adding the --watch flag, that means no user would ever be able to do --watchAll.
Either upgrading Jest or fixing this logic would solve the issue.
Jest, at least the version that react-scripts depends on, does not work with both the
--watchand--watchAllflags.Since react-scripts is automatically adding the
--watchflag, that means no user would ever be able to do--watchAll.Either upgrading Jest or fixing this logic would solve the issue.