mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-02 03:15:22 -08:00
Rename flutter-machine to flutter-json
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user