summaryrefslogtreecommitdiff
path: root/lua/tests/automated/pickers/scrolling_spec.lua
blob: 760d2b9787a331c82ea0b47838bc396d03621a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require("plenary.reload").reload_module "telescope"

local tester = require "telescope.pickers._test"

local log = require "telescope.log"
log.use_console = false

describe("scrolling strategies", function()
  it("should handle cycling for full list", function()
    tester.run_file [[find_files__scrolling_descending_cycle]]
  end)
end)