UNPKG

@estruyf/github-actions-reporter

Version:
8 lines (7 loc) 208 B
export const getSummaryTitle = (title) => { const summaryTitle = typeof title === "undefined" ? "Test results" : title; if (summaryTitle) { return summaryTitle; } return undefined; };