From 16735348f886e8c359e6a10d7f42386f2f1b728b Mon Sep 17 00:00:00 2001 From: Visnu Pitiyanuvath Date: Fri, 12 Aug 2022 22:15:15 -0700 Subject: [PATCH] fragment --- test/e2e/dynamic-route-interpolation/index.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/dynamic-route-interpolation/index.test.ts b/test/e2e/dynamic-route-interpolation/index.test.ts index 9b376722fa16..ffdd122f33f3 100644 --- a/test/e2e/dynamic-route-interpolation/index.test.ts +++ b/test/e2e/dynamic-route-interpolation/index.test.ts @@ -21,12 +21,12 @@ describe('Dynamic Route Interpolation', () => { export default function Page(props) { const router = useRouter() return ( -
+ <>

{props.slug}

{props.now} -
+ ) } `,