diff --git a/docs/unittesting_tab.md b/docs/unittesting_tab.md index e128529dcd..db82d713ec 100644 --- a/docs/unittesting_tab.md +++ b/docs/unittesting_tab.md @@ -24,6 +24,8 @@ This execute tests. The execution is run in a separate environment and the resul | `Assert.greaterThan()` | `uint`, `int` | | `Assert.lesserThan()` | `uint`, `int` | +see [https://github.com/ethereum/remix/blob/master/remix-tests/tests/examples_4/SafeMath_test.sol](https://github.com/ethereum/remix/blob/master/remix-tests/tests/examples_4/SafeMath_test.sol) for some code sample + Continuous integration ----------------------