|
|
|
@ -259,7 +259,7 @@ export const SolidityUnitTesting = (props: Record<string, any>) => { // eslint-d |
|
|
|
|
finalLogs = finalLogs + ' ' + formattedLog + '\n' |
|
|
|
|
} |
|
|
|
|
_paq.push(['trackEvent', 'solidityUnitTesting', 'hardhat', 'console.log']) |
|
|
|
|
testTab.call('terminal', 'log', { type: 'log', value: finalLogs }) |
|
|
|
|
testTab.call('terminal', 'logHtml', { type: 'log', value: finalLogs }) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const discardHighlight = async () => { |
|
|
|
|