mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 19:55:22 -08:00
Refactor dotnet-nunit parser to DotnetNunitParser
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
TestCaseError
|
||||
} from '../../test-results'
|
||||
|
||||
export class DotNetNunitParser implements TestParser {
|
||||
export class DotnetNunitParser implements TestParser {
|
||||
assumedWorkDir: string | undefined
|
||||
|
||||
constructor(readonly options: ParseOptions) {}
|
||||
|
||||
Reference in New Issue
Block a user