feat: removed usage of structuredClone inside the editorWarningSystem

ref: N25B-450
This commit is contained in:
JGerla
2026-01-22 12:02:20 +01:00
parent d6d74d4c6b
commit c9c7f55aa0
4 changed files with 42 additions and 29 deletions

View File

@@ -2,6 +2,9 @@
import { render, type RenderOptions } from '@testing-library/react';
import { type ReactElement, type ReactNode } from 'react';
import { ReactFlowProvider } from '@xyflow/react';
import {mockReactFlow} from "../setupFlowTests.ts";
mockReactFlow();
/**
* Custom render function that wraps components with necessary providers