Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Sep 28, 2022
1 parent 069e44b commit 7b0b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/badge/__tests__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

});
});

0 comments on commit 7b0b00a

Please sign in to comment.