Hi! 👋
When I enter file pattern mode (p) and enter a regex (for example, .*), the matching files are shown. When I hit return, however, no tests are found.
Here's a quick demo where entering src works, but .* doesn't, even though the file src/__tests__/test.js is listed for both searches:

I made the simplest reproduction I could think of at https://github.com/theneva/jest-watch-typeahead-regex, which is how I made the demo.
Am I missing something, or is this a bug?
This is possibly related to #15 – I couldn't really get my head around that one, since the file listing makes it look like regex searches are indeed supported 😅
Hi! 👋
When I enter file pattern mode (
p) and enter a regex (for example,.*), the matching files are shown. When I hit return, however, no tests are found.Here's a quick demo where entering
srcworks, but.*doesn't, even though the filesrc/__tests__/test.jsis listed for both searches:I made the simplest reproduction I could think of at https://github.com/theneva/jest-watch-typeahead-regex, which is how I made the demo.
Am I missing something, or is this a bug?
This is possibly related to #15 – I couldn't really get my head around that one, since the file listing makes it look like regex searches are indeed supported 😅