UNPKG

@estruyf/github-actions-reporter

Version:
4 lines (3 loc) 162 B
export const getTestDuration = (result) => { return (result === null || result === void 0 ? void 0 : result.duration) ? `${result.duration / 1000}s` : ""; };