We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ff4ea commit 4204ff0Copy full SHA for 4204ff0
components/typography/__tests__/index.test.js
@@ -75,7 +75,7 @@ describe('Typography', () => {
75
expect(onEllipsis).toHaveBeenCalledWith(true);
76
onEllipsis.mockReset();
77
wrapper.setProps({ ellipsis: { rows: 2, onEllipsis } });
78
- await sleep(100);
+ await sleep(300);
79
expect(wrapper.text()).toEqual('Bamboo is Little Light Bamboo is Litt...');
80
expect(onEllipsis).not.toHaveBeenCalled();
81
0 commit comments