We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
finder
The example here could be wrong?
I am not sure if its possible to test Find() without exposing the finder that is intialised during UseMockedTerminalV2()
Find()
UseMockedTerminalV2()
go-fuzzyfinder/mock.go
Lines 265 to 270 in 8b4601d
I notice in all find tests in the code base that finder is exposed with the helper func.
go-fuzzyfinder/helper_test.go
Lines 9 to 21 in 8b4601d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The example here could be wrong?
I am not sure if its possible to test
Find()
without exposing thefinder
that is intialised duringUseMockedTerminalV2()
go-fuzzyfinder/mock.go
Lines 265 to 270 in 8b4601d
I notice in all find tests in the code base that
finder
is exposed with the helper func.go-fuzzyfinder/helper_test.go
Lines 9 to 21 in 8b4601d
To reproduce
Expected behavior
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: