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={() => {
|
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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user