Fixed reactstrap 9 deprecated warnings

This commit is contained in:
Alejandro Celaya
2022-03-11 16:37:41 +01:00
parent a8f996bec7
commit c4148f0494
11 changed files with 12 additions and 14 deletions

View File

@@ -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);
});
});