Hi!
I noticed that after upgrading CopilotChat.nvim, Neotest wouldn't detect any tests anymore. I tracked it down to commit cf02033, added in #1046.
I simply ran a git revert cf02033 locally for CopilotChat.nvim and now tests are detected just fine again.
I haven't had time to dig into why this commit is problematic, and if it comes down to my setup or what the root cause really is. But I figured I'd post about it here in case others are experiencing something similar.
Hi!
I noticed that after upgrading CopilotChat.nvim, Neotest wouldn't detect any tests anymore. I tracked it down to commit cf02033, added in #1046.
I simply ran a
git revert cf02033locally for CopilotChat.nvim and now tests are detected just fine again.I haven't had time to dig into why this commit is problematic, and if it comes down to my setup or what the root cause really is. But I figured I'd post about it here in case others are experiencing something similar.