chore: fix test
This commit is contained in:
@@ -27,7 +27,7 @@ describe('web application', () => {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
const identifier = '123'
|
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 = {
|
const device = {
|
||||||
environment: Environment.Desktop,
|
environment: Environment.Desktop,
|
||||||
|
|||||||
Reference in New Issue
Block a user