From f53f2ce41373eb2518f4fa64eb5ce3c0a906ae0b Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 16 Aug 2018 16:24:55 +0200 Subject: [PATCH] fix description --- src/app/tabs/styles/test-tab-styles.js | 5 +++++ src/app/tabs/test-tab.js | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/tabs/styles/test-tab-styles.js b/src/app/tabs/styles/test-tab-styles.js index cb6dfd8f7c..cc79dc8f18 100644 --- a/src/app/tabs/styles/test-tab-styles.js +++ b/src/app/tabs/styles/test-tab-styles.js @@ -53,6 +53,11 @@ var css = csjs` ${styles.rightPanel.testTab.button_generateTestFile}; min-width: 100px } + .title { + font-size: 1.1em; + font-weight: bold; + margin-bottom: 1em; + } ` module.exports = css diff --git a/src/app/tabs/test-tab.js b/src/app/tabs/test-tab.js index f1f386deb1..d906c55451 100644 --- a/src/app/tabs/test-tab.js +++ b/src/app/tabs/test-tab.js @@ -150,8 +150,13 @@ module.exports = class TestTab { var el = yo`
- Test your smart contract by creating a foo_test.sol file. - Open ballot_test.sol to see the example. For more details, see +
Unit Testing
+ Test your smart contract by creating a foo_test.sol file. Open ballot_test.sol to see the example. +
+ Then use the stand alone NPM module remix-tests to run unit tests in your Continuous Integration + https://www.npmjs.com/package/remix-tests. +
+ For more details, see How to test smart contracts guide in our documentation.
Generate test file