mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Rename flutter-machine to flutter-json
This commit is contained in:
parent
10ba3946cb
commit
03def00317
5 changed files with 6 additions and 6 deletions
|
|
@ -133,7 +133,7 @@ function getParser(reporter: string, options: ParseOptions): TestParser {
|
|||
return new DartJsonParser(options)
|
||||
case 'dotnet-trx':
|
||||
return new DotnetTrxParser(options)
|
||||
case 'flutter-machine':
|
||||
case 'flutter-json':
|
||||
return new DartJsonParser(options)
|
||||
case 'jest-junit':
|
||||
return new JestJunitParser(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue