mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 21:46:20 +00:00
Fixed reactstrap 9 deprecated warnings
This commit is contained in:
@@ -43,6 +43,6 @@ describe('<DropdownBtnMenu />', () => {
|
||||
])('renders menu to right when expected', (right, expectedRight) => {
|
||||
const wrapper = createWrapper({ right });
|
||||
|
||||
expect(wrapper.find(DropdownMenu).prop('right')).toEqual(expectedRight);
|
||||
expect(wrapper.find(DropdownMenu).prop('end')).toEqual(expectedRight);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user