Files
pepperplus-ui/__mocks__/@neodrag/react.ts
JGerla 9bfc39afa1 test: added test
added test for addNode

ref: N25B-114
2025-10-25 20:53:09 +02:00

3 lines
68 B
TypeScript

jest.mock('@neodrag/react', () => ({
useDraggable: jest.fn(),
}));