Skip to content

Commit

Permalink
Update flowchart-primary-toolbar.test.js
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jan 13, 2025
1 parent 4842ef3 commit 1a37fc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ describe('PrimaryToolbar', () => {
visible: mockState.spaceflights.visible,
display: mockState.spaceflights.display,
[callback]: mockFn,
modularPipelineIDs: ['pipeline1', '__root__'],
onToggleExpandPipelines: jest.fn(),
};
const wrapper = setup.mount(<FlowchartPrimaryToolbar {...props} />);
Expand Down

0 comments on commit 1a37fc1

Please sign in to comment.