diff --git a/remix-tests/README.md b/remix-tests/README.md index f18a3f48e4..f00c69208c 100644 --- a/remix-tests/README.md +++ b/remix-tests/README.md @@ -43,6 +43,8 @@ contract MyTest { } ``` +See also: example [Su Squares contract](https://github.com/su-squares/ethereum-contract/tree/e542f37d4f8f6c7b07d90a6554424268384a4186) and [https://travis-ci.org/su-squares/ethereum-contract/builds/446186067](Travis build) that uses remix-tests for continuous integration testing. + Available special functions: * `beforeEach()` - runs before each test * `beforeAll()` - runs before all tests