Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 26e2f47 commit 4e1f72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/full/.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand All @@ -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)
Expand Down

0 comments on commit 4e1f72d

Please sign in to comment.