提交 2980444b 编写于 作者: A afc163

test: fix lint

上级 cc6d2f21
......@@ -186,7 +186,11 @@ describe('Typography', () => {
it('should have custom expand style', async () => {
const symbol = 'more';
const wrapper = mount(<Base ellipsis={{ expandable: true, symbol }} component="p"></Base>);
const wrapper = mount(
<Base ellipsis={{ expandable: true, symbol }} component="p">
{fullStr}
</Base>,
);
await sleep(20);
wrapper.update();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册