change output format for TSamAll from short- to fullname

This commit is contained in:
2025-12-27 12:53:45 +01:00
parent a6e51f280f
commit 88aa1de902
3 changed files with 148 additions and 6 deletions

View File

@@ -934,6 +934,9 @@ function M.new(opts)
if results then
state.done = true
state.saw_stream = true
if _state and _state.scope_kind == "all" and jest_streamed then
return emit_jest_results(results, false)
end
return emit_jest_results(results, not jest_streamed)
end
return nil