[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-04-08 15:02:03 +00:00 committed by GitHub
parent 4cc9efe563
commit d209a02492
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2562,8 +2562,8 @@ describe('lazy import components', () => {
it('lazy load named component with mode server', () => {
expect(html).toContain('lazy-named-comp-server')
})
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!')
})
})