diff --git a/pages/game/[slug].test.ts b/pages/game/[slug].test.ts index 5f6b1fd0..0a8859b1 100644 --- a/pages/game/[slug].test.ts +++ b/pages/game/[slug].test.ts @@ -41,7 +41,6 @@ describe('/game/:slug', () => { errors: null, }) - // this correctly does not render the component when error status is 404 const wrapper = await mountSuspended(gamePage, { route: '/game/invalidslug', })