I have been using Japa-vscode on a project for the past 6 months and recently I have noticed the the status of the tests is no longer reflecting in the Japa test explorer.
Things I see:
The tests execute and output is provided in "test results" panel
The output in "test results" panel is not coloured/formatted (I am not sure if this is expected but I seem to recall it used to be formatted)
A test fails in the "test results" panel but the test explorer shows a green "pass" tick.
I haven't added (or use any) additional reporters but I also tried adding ndjson() to my configuration. This seemed to have no effect. Not sure what else to try.
I have been using Japa-vscode on a project for the past 6 months and recently I have noticed the the status of the tests is no longer reflecting in the Japa test explorer.
Things I see:
I haven't added (or use any) additional
reporters
but I also tried addingndjson()
to my configuration. This seemed to have no effect. Not sure what else to try.