When I run Jest in watch mode and hit "a" (to run all tests), Jest still skips 18 test files. I cannot find anything anywhere in my code that would explain how or why it is doing this.
I welcome suggestions. Not sure what code even to put up in reporting this, as my test files show nothing interesting (no Jest settings or anything like that).
When I run Jest in watch mode and hit "a" (to run all tests), Jest still skips 18 test files. I cannot find anything anywhere in my code that would explain how or why it is doing this.
I welcome suggestions. Not sure what code even to put up in reporting this, as my test files show nothing interesting (no Jest settings or anything like that).