Link to example project that uses Travis + Remix-tests

pull/7/head
William Entriken 6 years ago committed by GitHub
parent e6d2fd7809
commit c2ee295c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save