feat(test,ci): testing framework w/ ci integration
This commit is contained in:
parent
c91294f4bd
commit
e581baccac
6 changed files with 59 additions and 0 deletions
4
tests/minimal.lua
Normal file
4
tests/minimal.lua
Normal 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())
|
||||
Loading…
Add table
Add a link
Reference in a new issue