Skip to content

Commit fa25759

Browse files
committed
fix
1 parent 9f1f6d4 commit fa25759

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/index.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,6 @@ describe('collapse', () => {
885885
const bodyElement = container.querySelector('.rc-collapse-body') as HTMLElement;
886886
const titleElement = container.querySelector('.rc-collapse-title') as HTMLElement;
887887
const iconElement = container.querySelector('.rc-collapse-expand-icon') as HTMLElement;
888-
console.log(container.innerHTML);
889888

890889
// check classNames
891890
expect(headerElement.classList).toContain('custom-header');

0 commit comments

Comments
 (0)