Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent 2b92c5f commit f53d2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/report/reporters/boxplot/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const serializeBoxPlot = function ({
return `${box}${labels}`
}

// Shown when a combination has not been measured yet
const getEmptyCombination = function (combinationTitles, mini) {
const labelsLine = mini ? '' : '\n'
return `${combinationTitles}\n${labelsLine}`
Expand Down

0 comments on commit f53d2ec

Please sign in to comment.