Files
telescope.nvim/lua/tests/pickers/find_files__scrolling_descending_cycle.lua
Simon Hauser 79644ab677 chore: use stylua for formatting (#1040)
* chore: stylua job and config

* reformat with stylua
2021-07-23 11:42:37 -04:00

15 lines
421 B
Lua

require("plenary.reload").reload_module "plenary"
require("plenary.reload").reload_module "telescope"
local tester = require "telescope.pickers._test"
local helper = require "telescope.pickers._test_helpers"
tester.builtin_picker("find_files", "telescope<c-n>", {
post_close = {
tester.not_ { "plugin/telescope.vim", helper.get_file },
},
}, {
sorting_strategy = "descending",
scroll_strategy = "cycle",
})