nvim-neotest / neotest-jest

MIT License
125 stars 80 forks source link

Neovim freezing after running tests while jest is not installed #56

Open lars-vc opened 1 year ago

lars-vc commented 1 year ago

I ran into this problem after forgetting to run yarn install, so jest wasn't installed yet. But running the tests just froze neovim completely, I had to kill the terminal. It would be nicer to have an error message using vim.notify, since the user is unable to tell what is going on. I see this is perhaps resolved in https://github.com/haydenmeade/neotest-jest/pull/37, but this pr hasn't seen activity in a while.

mikaoelitiana commented 1 year ago

hello @lars-vc, do you still experience those freezing? If not, I think we should close this issue

lars-vc commented 1 year ago

Yes, this issue still persists. Still freezes when jest is not installed.

rip222 commented 9 months ago

yep it's breaking. I had to turn off a lot of plugins to determine it was this crap ruining everything