Skip to content

Commit dcc50bb

Browse files
committed
Fixes getRunningFunctionName() for long-running tests
1 parent 7824400 commit dcc50bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/Run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ namespace Moduless
227227
const coverFunctionName = coverName.replace(coverFnPrefixReg, "");
228228
runningFunctionName = coverFunctionName;
229229
let coverResult = coverFunction();
230-
runningFunctionName = "";
231230

232231
if (coverResult === undefined || coverResult === null)
233232
{

0 commit comments

Comments
 (0)