mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
test: add tests for resume picker: select_pos
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
-- Just skip on mac, it has flaky CI for some reason
|
||||
if vim.fn.has "mac" == 1 or require("telescope.utils").iswin then
|
||||
return
|
||||
end
|
||||
|
||||
local tester = require "telescope.testharness"
|
||||
|
||||
describe("builtin.resume", function()
|
||||
it("should select and open the file", function()
|
||||
tester.run_file "resume__select_pos"
|
||||
end)
|
||||
end)
|
||||
Reference in New Issue
Block a user