diff options
| author | Adam Tajti <adam.tajti@gmail.com> | 2023-01-06 19:46:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-06 19:46:10 +0100 |
| commit | cd67e819e453643b818363e6b573484c8e2e41b0 (patch) | |
| tree | 18beb0fa61a793b251ce4f7b325124f4a4d955f9 /lua/tests/automated/pickers/scrolling_spec.lua | |
| parent | 18fc02b499b368287e3aa267ec0b0d22afc0f19b (diff) | |
fix(tests): uses testharness in scrolling strategy (#2307)
Diffstat (limited to 'lua/tests/automated/pickers/scrolling_spec.lua')
| -rw-r--r-- | lua/tests/automated/pickers/scrolling_spec.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/tests/automated/pickers/scrolling_spec.lua b/lua/tests/automated/pickers/scrolling_spec.lua deleted file mode 100644 index 760d2b9..0000000 --- a/lua/tests/automated/pickers/scrolling_spec.lua +++ /dev/null @@ -1,12 +0,0 @@ -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) |
