nvim-neotest / neotest-jest

MIT License
118 stars 79 forks source link

Accessing the logs of the logger #4

Closed primeapple closed 2 years ago

primeapple commented 2 years ago

Thanks for this awesome plugin. I have troubles using it, probably because of the wrong jestCommand. So I would like to debug, and you already added some log calls that maybe catch my problem. However, I don't know how to access these logs? Could you help me out with this?

adrigzr commented 2 years ago

This is a little tricky... for me it is in: ~/.local/state/nvim/neotest.log.

haydenmeade commented 2 years ago

You can always add some print calls if all else fails, feel free to reopen if it's still occurring