This plugin provides a ginkgo adapter for the Neotest framework.
Install with the package manager of your choice:
{
"nvim-neotest/neotest",
lazy = true,
dependencies = {
"nvim-contrib/nvim-ginkgo",
},
config = function()
require("neotest").setup({
...,
adapters = {
require("nvim-ginkgo")
},
}
end
}
This project is still in the early stages of development. Please use it on your own risk.