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

@@ -6,8 +6,8 @@ local eq = helpers.eq
local mkdir_p = helpers.mkdir_p
local rmdir = helpers.rmdir
local nvim_dir = helpers.nvim_dir
local test_build_dir = helpers.test_build_dir
local test_source_path = helpers.test_source_path
local test_build_dir = helpers.paths.test_build_dir
local test_source_path = helpers.paths.test_source_path
local nvim_prog = helpers.nvim_prog
local is_os = helpers.is_os
local mkdir = helpers.mkdir