chore: Adding unit tests for UI

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-08-18 14:12:39 -04:00
parent 5e7c2250be
commit db96b10d4d
2 changed files with 10 additions and 1 deletions

View file

@ -187,6 +187,7 @@ const COMPONENTS = {
code: ({
children,
className,
...rest
}: {
children: React.ReactNode;
className?: string;