Files
telescope.nvim/lua/tests/pickers/find_files__readme.lua
T
TJ DeVriesandSimon Hauser 226d9852c7 fix: restore testing framework to actually work (#2070)
after refactor to some new asynchronous items for finders,
the tests stopped actually doing anything.

now they do things again.

(cherry picked from commit 4725867ec6)
2023-01-07 12:34:11 +01:00

9 lines
216 B
Lua

local helper = require "telescope.testharness.helpers"
local runner = require "telescope.testharness.runner"
runner.picker("find_files", "README.md", {
post_close = {
{ "README.md", helper.get_file },
},
})