mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 07:52:14 +01:00
NUnit Legacy: clean up suite/group names
This commit is contained in:
parent
0850bc862a
commit
e89b2f3e47
5 changed files with 34 additions and 34 deletions
|
|
@ -15,7 +15,7 @@ describe('dotnet-nunit-legacy tests', () => {
|
|||
|
||||
const opts: ParseOptions = {
|
||||
parseErrors: true,
|
||||
trackedFiles: ['DotnetTests.Unit/Calculator.cs', 'DotnetTests.NUnitLegacyTests/CalculatorTests.cs']
|
||||
trackedFiles: ['MyLibrary/Calculator.cs', 'NUnitLegacyTests/CalculatorTests.cs']
|
||||
}
|
||||
|
||||
const parser = new DotnetNunitLegacyParser(opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue