Skip to content

Commit

Permalink
fix(test): wrong module path is added for test-config
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Jan 9, 2024
1 parent 7f2c866 commit 7816d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-config.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local plug_path = './.test_plugins'

vim.opt.rtp:append('./ttt')
vim.opt.rtp:append('./tests')
vim.opt.rtp:append(plug_path .. '/plenary.nvim')

0 comments on commit 7816d35

Please sign in to comment.