From d209a02492cc6feacb85f262abdeaa925d2873dc Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:02:03 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/basic.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/basic.test.ts b/test/basic.test.ts index 2bd13d73f0..b0c7787d6d 100644 --- a/test/basic.test.ts +++ b/test/basic.test.ts @@ -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!') }) })