summaryrefslogtreecommitdiff
path: root/lua/tests/pickers/find_files__scrolling_descending_cycle.lua
blob: 6b3c02396f2702c0177ecb4d9ce3a45a93c6ef33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
local tester = require "telescope.testharness"
local helper = require "telescope.testharness.helpers"
local runner = require "telescope.testharness.runner"

runner.picker("find_files", "telescope<c-n>", {
  post_close = {
    tester.not_ { "plugin/telescope.vim", helper.get_file },
  },
}, {
  sorting_strategy = "descending",
  scroll_strategy = "cycle",
})