Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierregvx committed Aug 9, 2023
1 parent 49921fc commit 8227fa4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/Plugin/Plugin.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ describe('Components | Buttons | Plugin', () => {
test('it should render', () => {
const args = {
preIcon: <MassaWallet size={40} />,
topAction: (
<Button onClick={() => console.log('topAction')} variant="toggle">
on
</Button>
),
topAction: <Button variant="toggle">on</Button>,
topActionFunction: () => console.log('topAction'),
title: `That's is the huge name of the plugin with limit of chars`,
subtitle: `Author's Name`,
content: [
Expand Down

0 comments on commit 8227fa4

Please sign in to comment.