mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-19 16:43:07 +00:00
79644ab677
* chore: stylua job and config * reformat with stylua
9 lines
221 B
Lua
9 lines
221 B
Lua
local tester = require "telescope.pickers._test"
|
|
local helper = require "telescope.pickers._test_helpers"
|
|
|
|
tester.builtin_picker("find_files", "README.md", {
|
|
post_close = {
|
|
{ "README.md", helper.get_file },
|
|
},
|
|
})
|