Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fuzzy search #137

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aymericbouzy
Copy link

@aymericbouzy aymericbouzy commented Mar 21, 2022

Closes #19

@aymericbouzy
Copy link
Author

Remains to be fixed

  • Pattern given as input to jest config should display better -> file1|file2|file3
    Screen Shot 2022-03-21 at 23 18 35

  • Matching pattern should be highlighted
    Screen Shot 2022-03-21 at 23 21 06

  • Fuzzy search should be implemented for testnames as well

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exciting!

@@ -1,37 +1,32 @@
# [1.0.0](https://github.com/jest-community/jest-watch-typeahead/compare/v0.6.5...v1.0.0) (2021-09-29)


Copy link
Member

@SimenB SimenB Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changelog is autogenerated, so don't make any changes to it

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh okay, I'll add it to .prettierignore then

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did so in 286aa14 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fuzzy Search
2 participants