Skip to content

Commit

Permalink
Add ndv method mock to test
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr committed Sep 24, 2024
1 parent 9d52046 commit 22592ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('ParameterInput.vue', () => {
type: 'test',
typeVersion: 1,
},
isNDVDataEmpty: vi.fn(() => false),
};
mockNodeTypesState = {
allNodeTypes: [],
Expand Down

0 comments on commit 22592ad

Please sign in to comment.