mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
4cc9efe563
commit
d209a02492
@ -2562,8 +2562,8 @@ describe('lazy import components', () => {
|
|||||||
it('lazy load named component with mode server', () => {
|
it('lazy load named component with mode server', () => {
|
||||||
expect(html).toContain('lazy-named-comp-server')
|
expect(html).toContain('lazy-named-comp-server')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('lazy load delayed hydration comps at the right time', () => {
|
it('lazy load delayed hydration comps at the right time', () => {
|
||||||
expect(html).not.toContain("This shouldn't be visible at first!")
|
expect(html).not.toContain('This shouldn\'t be visible at first!')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user