Skip to content
Snippets Groups Projects

feat(drawer): add drawer functionality to store

Merged mateuszmiko requested to merge feature/add_drawer_functionality_to_store into development
Files
5
@@ -20,8 +20,4 @@ describe('Drawer - component', () => {
expect(screen.getByRole('drawer')).not.toHaveClass('translate-x-0');
});
it('should open Drawer', async () => {
// TODO
});
});
Loading