mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-07 14:48:36 +00:00
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 },
|
|
},
|
|
})
|