mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
test: correct path in test (#8221)
This commit is contained in:
parent
5bf4461faa
commit
bdb6e3298f
@ -234,7 +234,7 @@ describe('pages', () => {
|
|||||||
expect(html).toContain('<div class="lazy-client-only-script-setup" foo="hello">')
|
expect(html).toContain('<div class="lazy-client-only-script-setup" foo="hello">')
|
||||||
// ensure components are not rendered server-side
|
// ensure components are not rendered server-side
|
||||||
expect(html).not.toContain('client only script')
|
expect(html).not.toContain('client only script')
|
||||||
await expectNoClientErrors('/client-only-components')
|
await expectNoClientErrors('/client-only-explicit-import')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user