mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
8 lines
222 B
Lua
8 lines
222 B
Lua
local tester = require "telescope.testharness"
|
|
|
|
describe("scrolling strategies", function()
|
|
it("should handle cycling for full list", function()
|
|
tester.run_file [[find_files__scrolling_descending_cycle]]
|
|
end)
|
|
end)
|