mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore(editor): The zoomed view misc updates (#17865)
This commit is contained in:
@@ -27,6 +27,11 @@ function getNdvStateMock(): Partial<ReturnType<typeof useNDVStore>> {
|
||||
},
|
||||
isInputPanelEmpty: false,
|
||||
isOutputPanelEmpty: false,
|
||||
ndvInputDataWithPinnedData: [],
|
||||
getHoveringItem: undefined,
|
||||
expressionOutputItemIndex: 0,
|
||||
isTableHoverOnboarded: false,
|
||||
setHighlightDraggables: vi.fn(),
|
||||
};
|
||||
}
|
||||
|
||||
@@ -100,6 +105,11 @@ describe('ParameterInput.vue', () => {
|
||||
},
|
||||
isInputPanelEmpty: false,
|
||||
isOutputPanelEmpty: false,
|
||||
ndvInputDataWithPinnedData: [],
|
||||
getHoveringItem: undefined,
|
||||
expressionOutputItemIndex: 0,
|
||||
isTableHoverOnboarded: false,
|
||||
setHighlightDraggables: vi.fn(),
|
||||
};
|
||||
mockNodeTypesState = {
|
||||
allNodeTypes: [],
|
||||
|
||||
Reference in New Issue
Block a user