1. To test `createLocalEntryActionType`: create entry and ensuring that it appears in the DB immediately and has local id.
2. To test `createEntryActionTypes.success`: create entry and wait after it transitions from local id to id in the db.
3. To test `concurrentModificationResetActionType`: Hack. override save function of native/entry.react to dispatch this actions with hardcoded string. Ensure that no matter what you type the result after saving is always hardcoded string.