From ace1ed05a56dd67a8290e13d2f6ad0e780d5275e Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 18 Jul 2019 11:31:29 +0200 Subject: [PATCH] Update test-tab.js --- src/app/tabs/test-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/test-tab.js b/src/app/tabs/test-tab.js index 94e25c5f8c..6ccab8f463 100644 --- a/src/app/tabs/test-tab.js +++ b/src/app/tabs/test-tab.js @@ -217,7 +217,7 @@ module.exports = class TestTab extends ViewPlugin {
Test your smart contract by creating a foo_test.sol file (open ballot_test.sol to see the example).
- You will find more informations in the documentation + You will find more informations in the documentation Then use the stand alone NPM module remix-tests to run unit tests in your Continuous Integration https://www.npmjs.com/package/remix-tests.