mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix test
This commit is contained in:
parent
c1066b4273
commit
001bef7138
|
@ -24,14 +24,13 @@ describe('Select', function () {
|
|||
onChange={() => {
|
||||
// noop
|
||||
}}
|
||||
value="one"
|
||||
menuMaxHeight={20}
|
||||
clearable
|
||||
disabled
|
||||
value={options.filter((option) => option.value === 'one')}
|
||||
maxMenuHeight={20}
|
||||
isClearable
|
||||
isDisabled
|
||||
isLoading
|
||||
multi
|
||||
searchable={false}
|
||||
openOuterUp
|
||||
isMulti
|
||||
isSearchable={false}
|
||||
/>
|
||||
);
|
||||
expect(renderToJson(wrapper)).toMatchSnapshot();
|
||||
|
|
Loading…
Reference in New Issue
Block a user