add StdOut to UnitTestResult object

This commit is contained in:
Yedidya Schwartz 2025-01-14 15:46:51 +02:00 committed by GitHub
parent 1a288b62f8
commit 02ccabffdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ export interface UnitTestResult {
export interface Output {
ErrorInfo: ErrorInfo[]
StdOut: string
}
export interface ErrorInfo {
Message: string[]