diff --git a/apps/remix-ide/src/app/tabs/test-tab.js b/apps/remix-ide/src/app/tabs/test-tab.js index ae4028167f..08272ceb41 100644 --- a/apps/remix-ide/src/app/tabs/test-tab.js +++ b/apps/remix-ide/src/app/tabs/test-tab.js @@ -811,7 +811,7 @@ module.exports = class TestTab extends ViewPlugin { renderComponent () { console.log('renderComponent-start-->') ReactDOM.render( - + , this.element) console.log('renderComponent-end-->') } diff --git a/libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx b/libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx index 176da369ce..cb6cabc9e6 100644 --- a/libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx +++ b/libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx @@ -6,9 +6,38 @@ export interface SolidityUnitTestingProps {} export const SolidityUnitTesting = (props: SolidityUnitTestingProps) => { console.log('props---->', props) return ( -
-

Welcome to remix-ui-solidity-unit-testing!

-
+
+
+

Test your smart contract in Solidity.

+

Select directory to load and generate test files.

+ + {/*
+
+ ${this.inputPath} + ${this.createTestFolder} + ${this.uiPathList} +
+
*/} +
+ {/*
+
+ ${this.updateGenerateFileAction()} + ${this.infoButton()} +
+
+ ${this.updateRunAction()} + ${this.updateStopAction()} +
+ ${this.selectAll()} + ${this.updateTestFileList()} +
+ ${this.resultStatistics} + ${this.testsExecutionStopped} + ${this.testsExecutionStoppedError} +
+ ${this.testsOutput} +
*/} +
) }