complete framework remediation validation
This commit is contained in:
@@ -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 () => [],
|
||||
|
||||
Reference in New Issue
Block a user