diff options
Diffstat (limited to 'lua/tests/automated/pickers/scrolling_spec.lua')
| -rw-r--r-- | lua/tests/automated/pickers/scrolling_spec.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/tests/automated/pickers/scrolling_spec.lua b/lua/tests/automated/pickers/scrolling_spec.lua new file mode 100644 index 0000000..ab82378 --- /dev/null +++ b/lua/tests/automated/pickers/scrolling_spec.lua @@ -0,0 +1,9 @@ +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) |
