// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` override the tabIndex if it was provided 1`] = `
Hello
`;
exports[` should accept className 1`] = `
`;
exports[` should allow to be wrapped in higher-order-component 1`] = `
`;
exports[` should have sane defaults 1`] = `
`;
exports[` should not allow overriding all default properties 1`] = `
`;
exports[` should pass through custom properties 1`] = `
`;
exports[` should support being disabled 1`] = `
`;
exports[` should support being disabled with custom class name 1`] = `
`;
exports[` should support being selected 1`] = `
Hello
`;
exports[` should support being selected with custom class 1`] = `
`;