nvim-neotest / neotest-jest

MIT License
118 stars 79 forks source link

Output does not work #6

Closed cd-a closed 2 years ago

cd-a commented 2 years ago

lua require("neotest").output.open({ enter = true }) after running a test does not seem to work

175230566-32e7f6cc-a41c-4da8-ab4f-815378cfa969

It works with the neotest-vim-test adapter but not this one

haydenmeade commented 2 years ago

Seems to work for me, can you still repro? If so, do you have some more details about your setup (jest config, test file, etc)?

cd-a commented 2 years ago

@haydenmeade Great, it now all works. Thank you!