Skip to content

v0.11.1

tagged this 17 Jan 00:52
Instead of writing tests as a separate file, we now add them at the end
of the view file as a `FakeProps` block.

Before:
```
Label Text
props text

Main Test
text hi

Another Test
text another
```

After:
```
Label Text
props text

FakeProps
text hi
when Another
text another
```
Assets 2
Loading