Skip to content

Commit

Permalink
fix forcePopupAlign null
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 17, 2020
1 parent 69dc592 commit 930ad6d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/common/SliderTooltip.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ describe('SliderTooltip', () => {

it('should not crash when unmount', async () => {
const wrapper = mount(
<SliderTooltip
title="30"
visible
>
<SliderTooltip title="30" visible>
<span>aaaa</span>
</SliderTooltip>,
);
wrapper.unmount();
});
})

});

0 comments on commit 930ad6d

Please sign in to comment.