Files
telescope.nvim/lua/tests/pickers/find_files__with_ctrl_n.lua
TJ DeVries 049602a2c5 ci: more tests (#359)
* more tests

* lint
2020-12-23 13:31:05 -05:00

10 lines
252 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_2.txt', helper.get_file }
},
})