nvim-neotest / neotest-jest

MIT License
116 stars 79 forks source link

Cannot get the test output when running in `watch` mode #79

Open tuanbass opened 11 months ago

tuanbass commented 11 months ago

Description

When trying to run Neotest in watch mode, cannot view the output of the test, event the test is finished, whether the test pass or failed. Seems it's caused of the jest process is not finished.

Configuration

adapters = { require("neotest-plenary"), require("neotest-jest")({ jestCommand = "yarn test --watch ", }), ...

Step