Skip to content

Commit 930ad6d

Browse files
committed
fix forcePopupAlign null
close ant-design/ant-design#27834
1 parent 69dc592 commit 930ad6d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/common/SliderTooltip.test.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@ describe('SliderTooltip', () => {
2626

2727
it('should not crash when unmount', async () => {
2828
const wrapper = mount(
29-
<SliderTooltip
30-
title="30"
31-
visible
32-
>
29+
<SliderTooltip title="30" visible>
3330
<span>aaaa</span>
3431
</SliderTooltip>,
3532
);
3633
wrapper.unmount();
3734
});
38-
})
39-
35+
});

0 commit comments

Comments
 (0)