mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 23:07:08 +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 {
|
export interface Output {
|
||||||
ErrorInfo: ErrorInfo[]
|
ErrorInfo: ErrorInfo[]
|
||||||
StdOut: string
|
StdOut: string[]
|
||||||
}
|
}
|
||||||
export interface ErrorInfo {
|
export interface ErrorInfo {
|
||||||
Message: string[]
|
Message: string[]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue