fix(test): add missing neotest dependencies

This commit is contained in:
Christian Mösl 2023-09-24 22:57:25 +02:00
parent a72a84972d
commit 89cb18a511

View file

@ -10,6 +10,11 @@ return {
},
{
"nvim-neotest/neotest",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
"antoinemadec/FixCursorHold.nvim",
},
opts = {
-- Can be a list of adapters like what neotest expects,
-- or a list of adapter names,