diff --git a/src/__tests__/App.test.tsx b/src/__tests__/App.test.tsx index de9b047..2b18ad2 100644 --- a/src/__tests__/App.test.tsx +++ b/src/__tests__/App.test.tsx @@ -59,6 +59,11 @@ const playerState: Player = { const miscState: General = { theme: 'defaultDark', font: 'Poppins', + modal: { + currentPageIndex: undefined, + show: false, + }, + modalPages: [], }; const mockInitialState = {