change output format for TSamAll from short- to fullname
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user