Skip to content

Commit

Permalink
remove an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 18, 2024
1 parent b8a9bcf commit d7c51fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-resizable-panels/src/Panel.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ describe("PanelGroup", () => {

it("should be called when a panel is collapsed", () => {
const onCollapse = jest.fn();

const panelRef = createRef<ImperativePanelHandle>();

act(() => {
Expand All @@ -653,7 +652,6 @@ describe("PanelGroup", () => {

it("should be called with collapsedSizes that have many decimal places", () => {
const onCollapse = jest.fn();

const panelRef = createRef<ImperativePanelHandle>();

act(() => {
Expand Down

0 comments on commit d7c51fe

Please sign in to comment.