You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😅
The text was updated successfully, but these errors were encountered:
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 filesrc/__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 😅
The text was updated successfully, but these errors were encountered: