Skip to content

Commit

Permalink
test: update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuangzhang committed Nov 2, 2021
1 parent 8c56f93 commit e6d32ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/ssr-vue/__tests__/ssr-vue.spec.ts
Expand Up @@ -4,7 +4,7 @@ import fetch from 'node-fetch'

const url = `http://localhost:${port}`

test('/require', async () => {
test('require syntax can be used natural in server side', async () => {
await page.goto(url + '/require')
expect(await page.textContent('h1')).toMatch('foo')

Expand Down

0 comments on commit e6d32ce

Please sign in to comment.