Skip to content

Commit

Permalink
create CheckBox component
Browse files Browse the repository at this point in the history
Signed-off-by: Hasmik8 <[email protected]>
  • Loading branch information
Hasmik8 committed Oct 19, 2020
1 parent 1908167 commit c2ccb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CheckBox/CheckBox/__tests__/CheckBox.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ describe('CheckBox', () => {
<CheckBox checked={false} disable={false} />
</KuberaThemeProvider>
);
const checkBox = container.querySelector('input');
container.querySelector('input');
});
});

0 comments on commit c2ccb79

Please sign in to comment.