* feat: quickfix (not implemented) * [WIP]: Wed 09 Dec 2020 11:11:30 PM EST * somewhat working linked list impl * getting closer * might be working * might be working for real * works and implemented basic example * dont forget to close prompt * fix descending and add more tests * test fixes * fix test * more logging * Fix some more tests * Fix logging messing up tests * fix: lint * fix: multi select stuffs
10 lines
279 B
Lua
10 lines
279 B
Lua
require('plenary.reload').reload_module('telescope')
|
|
|
|
local tester = require('telescope.pickers._test')
|
|
|
|
describe('scrolling strategies', function()
|
|
it('should handle cycling for full list', function()
|
|
tester.run_file [[find_files__scrolling_descending_cycle]]
|
|
end)
|
|
end)
|