From 0a19efce8b3b2b71fed3c2c345582ac5c555c4f5 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 26 Oct 2018 00:03:47 -0400 Subject: [PATCH] Link to example project that uses Travis + Remix-tests --- remix-tests/README.md | 2 ++ 1 file changed, 2 insertions(+) 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