test: correct path in test (#8221)

This commit is contained in:
Julien Huang 2022-10-16 11:03:52 +02:00 committed by GitHub
parent 5bf4461faa
commit bdb6e3298f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,7 +234,7 @@ describe('pages', () => {
expect(html).toContain('<div class="lazy-client-only-script-setup" foo="hello">')
// ensure components are not rendered server-side
expect(html).not.toContain('client only script')
await expectNoClientErrors('/client-only-components')
await expectNoClientErrors('/client-only-explicit-import')
})
})