Fix flutter-json doesn't provide error details

This commit is contained in:
Michal Dorner
2021-02-01 15:08:21 +01:00
parent 2365963b2e
commit 855ff9bfaf
13 changed files with 3196 additions and 51 deletions

View File

@@ -97,5 +97,5 @@ export interface TestCaseError {
path?: string
line?: number
message?: string
stackTrace: string
details: string
}