This commit is contained in:
Nathan Bierema 2021-06-07 00:25:40 -04:00
parent c1066b4273
commit 001bef7138

View File

@ -24,14 +24,13 @@ describe('Select', function () {
onChange={() => { onChange={() => {
// noop // noop
}} }}
value="one" value={options.filter((option) => option.value === 'one')}
menuMaxHeight={20} maxMenuHeight={20}
clearable isClearable
disabled isDisabled
isLoading isLoading
multi isMulti
searchable={false} isSearchable={false}
openOuterUp
/> />
); );
expect(renderToJson(wrapper)).toMatchSnapshot(); expect(renderToJson(wrapper)).toMatchSnapshot();