Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany committed Jan 14, 2025
1 parent 9f1f6d4 commit fa25759
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,6 @@ describe('collapse', () => {
const bodyElement = container.querySelector('.rc-collapse-body') as HTMLElement;
const titleElement = container.querySelector('.rc-collapse-title') as HTMLElement;
const iconElement = container.querySelector('.rc-collapse-expand-icon') as HTMLElement;
console.log(container.innerHTML);

// check classNames
expect(headerElement.classList).toContain('custom-header');
Expand Down

0 comments on commit fa25759

Please sign in to comment.