Skip to content

Commit 420b9e7

Browse files
committed
chore: update
1 parent 7ab59c7 commit 420b9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ describe('collapse', () => {
691691
expect(container.querySelector('.rc-collapse-item').style.color).toBe('red');
692692
});
693693

694-
describe.only('props items', () => {
694+
describe('props items', () => {
695695
const items: ItemType[] = [
696696
{
697697
key: '1',

0 commit comments

Comments
 (0)