import Switch from '..';
import focusTest from '../../../tests/shared/focusTest';

describe('Switch', () => {
  focusTest(Switch);
});