test: refactor Paths

This commit is contained in:
Lewis Russell
2024-01-15 19:41:22 +00:00
parent b990a1f286
commit 96ad7e0a4a
6 changed files with 12 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ end
--- @class test.helpers
local module = {
REMOVE_THIS = {},
paths = Paths,
}
--- @param p string
@@ -952,6 +953,4 @@ function module.mkdir(path)
return uv.fs_mkdir(path, 493)
end
module = vim.tbl_extend('error', module, Paths)
return module