diff --git a/src/app/tabs/test-tab.js b/src/app/tabs/test-tab.js
index bca4c5d254..d94e469209 100644
--- a/src/app/tabs/test-tab.js
+++ b/src/app/tabs/test-tab.js
@@ -166,8 +166,9 @@ module.exports = class TestTab {
Unit Testing
- 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).
+ 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.