// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Select renders correctly 1`] = `
Select...
`; exports[`Select renders with props 1`] = `
One  
`; exports[`Select should select another option 1`] = `
two
`; exports[`Select shouldn't find any results 1`] = `
text
No results found
`;