Skip to content

Commit e17adeb

Browse files
committed
test: update name
1 parent f0f723e commit e17adeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/alternate.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Steps.alternate', () => {
99
expect(container.querySelector('.rc-steps-item')).toHaveClass('rc-steps-item-empty-header');
1010
});
1111

12-
it('', () => {
12+
it('horizontal-alternate orientation support', () => {
1313
const { container } = render(
1414
<Steps orientation="vertical" titlePlacement="horizontal-alternate" />,
1515
);

0 commit comments

Comments
 (0)