Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Oct 13, 2021
1 parent 50aa22f commit 72470ac
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ describe('componentPaneview', () => {
title: 'Panel 1',
},
expanded: true,
minimumSize: 100,
},
{
size: 22,
Expand All @@ -231,6 +232,7 @@ describe('componentPaneview', () => {
title: 'Panel 2',
},
expanded: false,
minimumSize: 100,
},
{
size: 22,
Expand All @@ -240,6 +242,7 @@ describe('componentPaneview', () => {
title: 'Panel 3',
},
expanded: false,
minimumSize: 100,
},
],
});
Expand Down

0 comments on commit 72470ac

Please sign in to comment.