mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
c8ef43fb67
I have uncommented the two namespaces: contacts.events was mainly an issue with schema validation and a few features not covered by tests. the tests in pre-receiver were actually passing, the issue was a test suite in wallet.events which was run asychronously by re-frame which meant the http request in the fx was actually being fired. Signed-off-by: Oskar Thoren <ot@oskarthoren.com>