import Checkbox from '../Checkbox'; describe('Checkbox', () => { it('exports checkbox as default', () => { expect(Checkbox).toBeInstanceOf(Object); }); });