| | |
| | | value: true |
| | | }); |
| | | exports.wrapAnsiString = |
| | | exports.getSummary = |
| | | exports.relativePath = |
| | | exports.formatTestPath = |
| | | exports.trimAndFormatPath = |
| | | exports.relativePath = |
| | | exports.printDisplayName = |
| | | exports.getSummary = |
| | | exports.formatTestPath = |
| | | void 0; |
| | | |
| | | function path() { |
| | |
| | | (suitesRun !== suitesTotal |
| | | ? suitesRun + ' of ' + suitesTotal |
| | | : suitesTotal) + |
| | | ` total`; |
| | | ' total'; |
| | | const updatedTestsFailed = |
| | | testsFailed + valuesForCurrentTestCases.numFailingTests; |
| | | const updatedTestsPending = |
| | |
| | | estimatedTime && runTime >= estimatedTime + 1 |
| | | ? _chalk().default.bold.yellow((0, _jestUtil().formatTime)(runTime, 0)) |
| | | : (0, _jestUtil().formatTime)(runTime, 0); |
| | | let time = _chalk().default.bold(`Time:`) + ` ${renderedTime}`; |
| | | let time = _chalk().default.bold('Time:') + ` ${renderedTime}`; |
| | | |
| | | if (runTime < estimatedTime) { |
| | | time += `, estimated ${(0, _jestUtil().formatTime)(estimatedTime, 0)}`; |
| | |
| | | return string; |
| | | } |
| | | |
| | | const ANSI_REGEXP = /[\u001b\u009b]\[\d{1,2}m/g; |
| | | const ANSI_REGEXP = /[\u001b\u009b]\[\d{1,2}m/gu; |
| | | const tokens = []; |
| | | let lastIndex = 0; |
| | | let match; |