feat(test,ci): testing framework w/ ci integration

This commit is contained in:
Barrett Ruth 2025-09-18 19:53:13 -04:00
parent c91294f4bd
commit e581baccac
6 changed files with 59 additions and 0 deletions

4
tests/minimal.lua Normal file
View file

@ -0,0 +1,4 @@
vim.env.XDG_CONFIG_HOME = vim.fn.getcwd() .. '/.tests/xdg/config'
vim.env.XDG_DATA_HOME = vim.fn.getcwd() .. '/.tests/xdg/data'
vim.env.XDG_STATE_HOME = vim.fn.getcwd() .. '/.tests/xdg/state'
vim.opt.runtimepath:append(vim.fn.getcwd())