This commit is contained in:
Nicolas Bayet
2025-09-26 18:58:15 +02:00
parent e31d195bb7
commit 4385969e2e
5 changed files with 316 additions and 48 deletions
-4
View File
@@ -330,12 +330,8 @@ describe("rendering semantics", () => {
expect(fixture.innerHTML).toBe("444");
expect(steps.splice(0)).toMatchInlineSnapshot(`
Array [
"Parent:willRender",
"Parent:rendered",
"Child:willRender",
"Child:rendered",
"Parent:willPatch",
"Parent:patched",
"Child:willPatch",
"Child:patched",
]