May 2019
Intermediate to advanced
496 pages
10h 38m
English
Let's start by filling out that first function, startSharing. This function will be called as a result of receiving the START_SHARING action, which is triggered when the user clicks the Start sharing button.
import { storeSpy, expectRedux } from 'expect-redux';import { act } from 'react-dom/test-utils'; ...Read now
Unlock full access