pull/5370/head
Admin 3 years ago committed by Aniket
parent 29762040c8
commit c586c4b66a
  1. 1
      libs/remix-tests/src/testRunner.ts

@ -350,6 +350,7 @@ export function runTest (testName: string, testObject: any, contractDetails: Com
filename: testObject.filename, filename: testObject.filename,
time: time, time: time,
context: testName, context: testName,
web3,
debugTxHash debugTxHash
} }
if (hhLogs && hhLogs.length) resp.hhLogs = hhLogs if (hhLogs && hhLogs.length) resp.hhLogs = hhLogs

Loading…
Cancel
Save