neotest-jest icon indicating copy to clipboard operation
neotest-jest copied to clipboard

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

Open tuanbass opened this issue 1 year ago • 0 comments

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

  • Run any test case
  • :neotest output Result: image

tuanbass avatar Sep 15 '23 06:09 tuanbass