mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
change stdout to string[]
This commit is contained in:
parent
02ccabffdb
commit
c60bb05bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export interface UnitTestResult {
|
|||
|
||||
export interface Output {
|
||||
ErrorInfo: ErrorInfo[]
|
||||
StdOut: string
|
||||
StdOut: string[]
|
||||
}
|
||||
export interface ErrorInfo {
|
||||
Message: string[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue