Skip to content

fix class level report bug#80

Merged
ansyral merged 3 commits intomicrosoft:masterfrom
ansyral:fixbug1-5
Jan 5, 2018
Merged

fix class level report bug#80
ansyral merged 3 commits intomicrosoft:masterfrom
ansyral:fixbug1-5

Conversation

@ansyral
Copy link
Collaborator

@ansyral ansyral commented Jan 5, 2018

Signed-off-by: xuzho xuzho@microsoft.com

Signed-off-by: xuzho <xuzho@microsoft.com>
@ansyral ansyral requested a review from akaroml January 5, 2018 06:43
type,
name: test.length === 1 ? test[0].test.replace("#", ".") : undefined,
showStatistics: flattenedTests.length > 1 || flattenedTests[0].level === TestLevel.Class,
showStatistics: flattenedTests.length > 1 || test[0].level === TestLevel.Class,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

showStatistics -> showFilters

Signed-off-by: xuzho <xuzho@microsoft.com>
Signed-off-by: xuzho <xuzho@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants