mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 22:19:47 +00:00
chore: Adding unit tests for UI
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
5e7c2250be
commit
db96b10d4d
2 changed files with 10 additions and 1 deletions
|
|
@ -187,6 +187,7 @@ const COMPONENTS = {
|
|||
code: ({
|
||||
children,
|
||||
className,
|
||||
...rest
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
className?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue