Unverified Commit 7ecf32ff authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2203 from ethereum/yann300-patch-57

Fix link to doc (from test module)
parents 27e7c8c5 ace1ed05
...@@ -217,7 +217,7 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -217,7 +217,7 @@ module.exports = class TestTab extends ViewPlugin {
<div class="${css.infoBox}"> <div class="${css.infoBox}">
Test your smart contract by creating a foo_test.sol file (open ballot_test.sol to see the example). Test your smart contract by creating a foo_test.sol file (open ballot_test.sol to see the example).
<br/> <br/>
You will find more informations in the <a href="https://remix.readthedocs.io/en/latest/unittesting_tab.html">documentation</a> You will find more informations in the <a href="https://remix-ide.readthedocs.io/en/latest/unittesting.html">documentation</a>
Then use the stand alone NPM module remix-tests to run unit tests in your Continuous Integration Then use the stand alone NPM module remix-tests to run unit tests in your Continuous Integration
<a href="https://www.npmjs.com/package/remix-tests">https://www.npmjs.com/package/remix-tests</a>. <a href="https://www.npmjs.com/package/remix-tests">https://www.npmjs.com/package/remix-tests</a>.
<br/> <br/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment