UNPKG

@estruyf/github-actions-reporter

Version:
8 lines (7 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTestDuration = void 0; const getTestDuration = (result) => { return (result === null || result === void 0 ? void 0 : result.duration) ? `${result.duration / 1000}s` : ""; }; exports.getTestDuration = getTestDuration;