fix: testing plugins dependencies

main
Ian Mancini 1 year ago
parent b5a068737f
commit 4053f19333

@ -299,18 +299,20 @@ return require("packer").startup(function()
-- Test runner -- Test runner
use({ use({
"haydenmeade/neotest-jest",
"nvim-neotest/neotest-go",
"nvim-neotest/neotest-python",
{
"nvim-neotest/neotest", "nvim-neotest/neotest",
requires = { requires = {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
"antoinemadec/FixCursorHold.nvim", "antoinemadec/FixCursorHold.nvim",
-- {
-- "nvim-neotest/neotest-jest",
-- commit = "219033658bf8de6b91e201036a5cc5456905d9d2",
-- },
"nvim-neotest/neotest-jest",
"nvim-neotest/neotest-go",
"nvim-neotest/neotest-python",
}, },
config = [[require('plugins.testing')]], config = [[require('plugins.testing')]],
},
}) })
-- REST -- REST

Loading…
Cancel
Save