mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-17 04:00:03 +02:00
Fix tests for /opt neovim
This commit is contained in:
parent
ae0a335ef8
commit
992ce56868
3 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,6 @@
|
|||
set rtp+=.
|
||||
set rtp+=../plenary.nvim
|
||||
packadd! plenary.nvim
|
||||
packadd! neotest
|
||||
packadd! neotest-plenary
|
||||
runtime! plugin/plenary.vim
|
||||
|
|
|
|||
|
|
@ -395,4 +395,4 @@ describe("get_test_results", function()
|
|||
assert.are.same(utils.get_test_results(xml_output, output_file), expected)
|
||||
end)
|
||||
end)
|
||||
-- vim: fdm=indent fdl=1
|
||||
-- vim: fdm=indent fdl=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue