Skip to content

Commit

Permalink
fixup! test: add integration tests using cypress and a custom termina…
Browse files Browse the repository at this point in the history
…l view
  • Loading branch information
mikavilpas committed Jun 30, 2024
1 parent c5a307e commit 250df4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/test-environment/test-setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)

vim.opt.rtp:prepend('../../')

-- Make sure to setup `mapleader` and `maplocalleader` before
-- loading lazy.nvim so that mappings are correct.
-- This is also a good place to setup other settings (vim.opt)
Expand Down

0 comments on commit 250df4e

Please sign in to comment.