9 lines
263 B
Lua
9 lines
263 B
Lua
local tester = require "telescope.pickers._test"
|
|
local helper = require "telescope.pickers._test_helpers"
|
|
|
|
tester.builtin_picker("find_files", "fixtures/file<c-p>", {
|
|
post_close = {
|
|
{ "lua/tests/fixtures/file_abc.txt", helper.get_selection_value },
|
|
},
|
|
})
|