From 4e1f72d95fbcb4a8a91efad53294daf28d85fad1 Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Mon, 8 Apr 2024 21:27:35 +0200 Subject: [PATCH] minor --- examples/full/.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/full/.test.ts b/examples/full/.test.ts index 7be220a1..969ccf70 100644 --- a/examples/full/.test.ts +++ b/examples/full/.test.ts @@ -6,9 +6,10 @@ function runTest() { run('pnpm run dev') const textLandingPage = 'Rendered to HTML.' + const title = 'My Vike + React App' testUrl({ url: '/', - title: 'My Vike + React App', + title, text: textLandingPage, counter: true }) @@ -28,7 +29,6 @@ function runTest() { const textNoSSR = 'This page is rendered only in the browser' { const url = '/without-ssr' - const title = 'My Vike + React App' const text = textNoSSR test(url + ' (HTML)', async () => { const html = await fetchHtml(url)