feat: add tests (#843)
This commit is contained in:
parent
95a2af2535
commit
9dd9a9898c
35 changed files with 1063 additions and 191 deletions
|
|
@ -38,7 +38,10 @@ function PureSuggestedActions({ chatId, append }: SuggestedActionsProps) {
|
|||
];
|
||||
|
||||
return (
|
||||
<div className="grid sm:grid-cols-2 gap-2 w-full">
|
||||
<div
|
||||
data-testid="suggested-actions"
|
||||
className="grid sm:grid-cols-2 gap-2 w-full"
|
||||
>
|
||||
{suggestedActions.map((suggestedAction, index) => (
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue