From ce25d62682d27b9f23e4e445c066e14d2bd6a033 Mon Sep 17 00:00:00 2001 From: Chris Smith <1408372+iamchrissmith@users.noreply.github.com> Date: Sat, 6 Oct 2018 16:03:36 -0700 Subject: [PATCH] update styling and add link to master branch --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af3ac61..97463c9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ [Presentation](https://github.com/iamchrissmith/trufflecon-2018-testing-strategies/blob/master/TruffleCon%20-%20Testing%20Strategies.pdf) -`master` - branch provides the starting point for the code +`[master](https://github.com/iamchrissmith/trufflecon-2018-testing-strategies/tree/master)` - branch provides the starting point for the code + `refactor/testing-revert` - Fixes the test for testing the revert + `refactor/encapsulate-tests` - Changes the tests so they have independent state + `refactor/fix-vulnerability` - Provides a fix for the investorCount bug