Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Jan 12, 2023
1 parent 4a92f6a commit 54ab957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ describe('collapse', () => {
expect(container.querySelectorAll('.rc-collapse-item')).toHaveLength(2);
});

it.only('ref should work', () => {
it('ref should work', () => {
const ref = React.createRef<any>();
const panelRef = React.createRef<any>();
const { container } = render(
Expand Down

0 comments on commit 54ab957

Please sign in to comment.