'Start jest in watch mode without executing any tests
I have a lot of test files in my project, and I would like to know how can I start jest in watch mode without executing any tests automatically?
Because, as of now, when I start jest in watch mode it starts executing some long-running tests from many .spec.ts files, and I don't want that. I just want to start it, and wait for me to enter regex to filer files or whatever.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
