mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
test: fix lint
This commit is contained in:
parent
cc6d2f2157
commit
2980444bd6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user