Skip to content

Commit 928ab78

Browse files
authored
1 parent 1def17f commit 928ab78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ describe('collapse', () => {
203203
const header = container.querySelector('.rc-collapse-header');
204204

205205
expect(header.classList.contains('custom-class')).toBeTruthy();
206-
})
207-
})
206+
});
207+
});
208208

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

0 commit comments

Comments
 (0)