Closed minizilla closed 1 month ago
Hey @minizilla please do not use nvim-treesitter tags. They are too old. Version 0.9.2 is from January 19th, around 9 months old. The last commit to the main branch was today. Just go with the latest commit on their main branch and you'll be fine.
I'm closing this issue. Let me know if you think we should reopen it.
You right, updating to the latest commit works. Thanks
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.1
Operating system/version
NixOS 24.11 (Vicuna)
Output from
:checkhealth neotest-golang
Describe the bug
Updating
nvim-treesitter
to 0.9.2 doesn't detect tests, resulting inNo tests found
. Many neotest adapter also report the same thing, one of them is neotest-jest#99, their fixed it in this PR.Although this is breaking change, I think its necessary since
nvim-treesitter
is a big part of neotest.Downgrading back to 0.9.1 does works too.
Steps To Reproduce
No test found
)Expected Behavior
The test should works.
Your Lua setup
No response