mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 22:00:07 +08: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 },
|
||
|
},
|
||
|
})
|