Files
telescope.nvim/lua/tests/pickers/find_files__readme.lua
TJ DeVries 4725867ec6 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.
2022-08-04 16:00:30 -04: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 },
},
})