Not sure why I would need this

This commit is contained in:
Tom Coleman 2020-06-11 21:09:49 +10:00
parent a936dd11b5
commit 055484910f

View File

@ -9,6 +9,7 @@ jest.mock('global', () => ({
window: {
__STORYBOOK_CLIENT_API__: undefined,
addEventListener: jest.fn(),
postMessage: jest.fn(),
location: { search: '' },
history: { replaceState: jest.fn() },
matchMedia: jest.fn().mockReturnValue({ matches: false }),