chore: fix test

This commit is contained in:
Mo
2022-12-05 19:25:46 -06:00
parent a66bb08c3b
commit 68bfb2ff68

View File

@@ -27,7 +27,7 @@ describe('web application', () => {
beforeEach(() => {
const identifier = '123'
window.matchMedia = jest.fn().mockReturnValue({ matches: true, addListener: jest.fn() })
window.matchMedia = jest.fn().mockReturnValue({ matches: false, addListener: jest.fn() })
const device = {
environment: Environment.Desktop,