complete framework remediation validation

This commit is contained in:
2026-08-09 14:39:22 +05:30
parent 905cbce0c1
commit 51286d0fa3
21 changed files with 898 additions and 1474 deletions
@@ -31,7 +31,8 @@ test("a component nested in another component's slot keeps its boundary", async
return { render: (props: Record<string, string>) => `<b class="badge">${props.label}</b>` };
}
return {
default: () => '<div data-component="Card"><div data-component="Badge" label="x"></div></div>',
default: () =>
'<div data-component="Card"><div data-component="Badge" label="x"></div></div>',
};
},
getMiddleware: async () => [],