summaryrefslogtreecommitdiff
path: root/lua/tests/pickers/find_files__with_ctrl_n.lua
blob: 5d93f606664d78389d0ab609bffc3ccb6a31f330 (plain)
1
2
3
4
5
6
7
8
9
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_abc.txt', helper.get_selection_value },
  },
})