Skip to content

Commit

Permalink
fix: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Feb 8, 2024
1 parent 1def17f commit 928ab78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ describe('collapse', () => {
const header = container.querySelector('.rc-collapse-header');

expect(header.classList.contains('custom-class')).toBeTruthy();
})
})
});
});

it('shoule support extra whit number 0', () => {
const { container } = render(
Expand Down

0 comments on commit 928ab78

Please sign in to comment.