mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Fix dart-json not stripping cwd from suite paths
This commit is contained in:
parent
9c4a2c56d7
commit
2365963b2e
5 changed files with 41 additions and 49 deletions
|
|
@ -68,7 +68,7 @@ test\\\\main_test.dart 17:9 main.<fn>.<fn>.<fn>
|
|||
],
|
||||
},
|
||||
],
|
||||
"name": "test\\\\main_test.dart",
|
||||
"name": "test/main_test.dart",
|
||||
"totalTime": undefined,
|
||||
},
|
||||
TestSuiteResult {
|
||||
|
|
@ -97,7 +97,7 @@ test\\\\main_test.dart 17:9 main.<fn>.<fn>.<fn>
|
|||
],
|
||||
},
|
||||
],
|
||||
"name": "test\\\\second_test.dart",
|
||||
"name": "test/second_test.dart",
|
||||
"totalTime": undefined,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue