// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SelectOption checked renders with checked successfully 1`] = `
`;
exports[`SelectOption disabled renders disabled successfully 1`] = `
`;
exports[`SelectOption is selected renders selected successfully 1`] = `
`;
exports[`SelectOption renders custom component 1`] = `
`;
exports[`SelectOption renders with custom display and custom user object successfully 1`] = `
`;
exports[`SelectOption renders with custom display successfully 1`] = `
`;
exports[`SelectOption renders with custom user object successfully 1`] = `
`;
exports[`SelectOption renders with description successfully 1`] = `
`;
exports[`SelectOption renders with item count successfully 1`] = `
`;
exports[`SelectOption renders with value parameter successfully 1`] = `
`;