V13Axel / neotest-pest

Neotest adapter for Pest 2.0
MIT License
14 stars 5 forks source link

Can only run 1 test once per neovim load #11

Closed nexxai closed 1 month ago

nexxai commented 1 month ago

I'm not sure what has happened aside from just doing my usual plugin updating in lazy.nvim, but now all of a sudden, my keymap for neotest will run once (and it will seemingly run successfully, adding the green check to the gutter), and then not again until I restart neovim.

I cannot think of any reason why that might be case, but I'm happy to provide any other data to help troubleshoot it.

I've run :checkhealth and nothing seems to be out of the ordinary.

nexxai commented 1 month ago

This can be ignored. I don't know if something changed in the default LazyVim config but after defining the specific <leader>t keymap in the plugin's initial config, I was able to overwrite the default behavior which literally does nothing.

Screenshot 2024-06-10 at 1 55 15 PM

Anyways, I'm all good now.

V13Axel commented 1 month ago

Definitely sounds strange! Glad you were able to sort it out.