Added tests for buttons

This commit is contained in:
2025-11-17 23:08:37 -05:00
parent 7d9d0bdf73
commit 91c8169e97
22 changed files with 3342 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ export default function PrimaryButton(props: ButtonProps){
return (
<Button
data-testid="mattrixwv-primary-button"
{...props}
className={clsx(
"transition duration-300",