Skip to content

Commit 46f5aca

Browse files
authored
Update README.md
1 parent e01da65 commit 46f5aca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ In the redux world there are many ways to handle creation of async actions. `Th
5353
## Navigation
5454
In this app, Navigation is considered a side effect of the AppState. The `NavigationMiddleware` handles changing screens based on dispatched actions. The `NavigationMiddleware` takes an implementation of `Navigator` which is implemented for each platform.
5555

56-
#Tests
56+
## Tests
57+
5758
Unforntunately ran out of time and do not have tests. Unit tests can be written in the common module and ran in JVM and native. Reducers are very simple to tests and quick to run.

0 commit comments

Comments
 (0)