test: Test `Telescope repo repo`
1 files changed, 4 insertions(+), 0 deletions(-) M lua/tests/automated/list_command_spec.lua
M lua/tests/automated/list_command_spec.lua => lua/tests/automated/list_command_spec.lua +4 -0
@@ 1,4 1,8 @@ describe("integration tests: ", function() + it("Telescope repo repo", function() + vim.cmd([[Telescope repo repo]]) + end) + it("Telescope repo list", function() vim.cmd([[Telescope repo list]]) end)