Skip to content
Snippets Groups Projects

feat(button and icon components): add button and icon components, add svgr to webpack

Merged mateuszmiko requested to merge feature/add_button_component into development
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,6 @@ describe('Button - component ', () => {
it('should render name Button', () => {
renderComponent();
expect(screen.getAllByText('Button')).toBeInTheDocument();
expect(screen.getByText('Button')).toBeInTheDocument();
});
});
Loading