chore: fix lint

This commit is contained in:
二货机器人 2022-09-28 14:37:04 +08:00
parent 069e44bcc3
commit 7b0b00a26b

View File

@ -184,5 +184,5 @@ describe('Badge', () => {
const { container } = render(<Badge status="default" text={undefined} />);
expect(container.querySelectorAll('.ant-badge > .ant-badge-status-text')).toHaveLength(0);
});
});