mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 18:50:03 +08:00
9 lines
221 B
Lua
Vendored
9 lines
221 B
Lua
Vendored
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 },
|
|
},
|
|
})
|