Skip to content

Commit 74a915f

Browse files
committed
Update README.md
1 parent 29ce89e commit 74a915f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

example-react/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,14 @@ Here is the code for the [test in this example](src/test/scala/teststate/example
174174
>> toggleShowCompleted +> visibleItemNames.assert("hello", "blah 3")
175175
```
176176

177-
Which processes the following output:
178-
179177
This is what you see (by default) when the test passes.
178+
180179
![pass](output-pass.png)
181180

182181
This is an example of test failure.
182+
183183
![fail](output-fail.png)
184184

185-
<br>You can also tell TestState to show you everything it does in glorious and excruciating detail, if you so wish.
185+
You can also tell TestState to show you everything it does in glorious and excruciating detail, if you so wish.
186+
186187
![verbose](output-verbose.png)

0 commit comments

Comments
 (0)