mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Added tests for buttons
This commit is contained in:
@@ -13,6 +13,7 @@ export default function SecondaryButton(props: ButtonProps){
|
||||
|
||||
return (
|
||||
<Button
|
||||
data-testid="mattrixwv-secondary-button"
|
||||
{...props}
|
||||
className={clsx(
|
||||
"transition duration-300",
|
||||
|
||||
Reference in New Issue
Block a user