Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuangzhang committed Nov 2, 2021
1 parent 4e9a68d commit 8c56f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/ssr-vue/__tests__/ssr-vue.spec.ts
Expand Up @@ -9,8 +9,8 @@ test('/require', async () => {
expect(await page.textContent('h1')).toMatch('foo')

// raw http request
const envHtml = await (await fetch(url + '/require')).text()
expect(envHtml).toMatch('foo')
const requireHtml = await (await fetch(url + '/require')).text()
expect(requireHtml).toMatch('foo')
})

test('/about', async () => {
Expand Down

0 comments on commit 8c56f93

Please sign in to comment.