May 2019
Intermediate to advanced
496 pages
10h 38m
English
Now that we know what we're building, let's go for it! To do so, perform these steps:
it.skip('dispatches an action of START_SHARING when start sharing is clicked', () => { ...});
import * as DialogModule from '../src/Dialog';describe('MenuButtons', () => { beforeEach(() => { ... DialogModule.Dialog = jest.fn(() => null); });});
Read now
Unlock full access