Skip to content

Commit

Permalink
*fix testing library not in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sodik committed Sep 9, 2024
1 parent 5b75a3c commit 0326337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/__tests__/Button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ describe('Button', () => {
id: expect.anything(),
placement: undefined,
visible: undefined,
color: undefined,
})
expect(wrapper.find('button').props()).toMatchObject({
type: 'button',
Expand Down

0 comments on commit 0326337

Please sign in to comment.