feat: made (reduced) program data available on all pages

This commit is contained in:
Gerla, J. (Justin)
2026-01-06 12:27:22 +00:00
committed by JobvAlewijk
parent faaf67138d
commit bd93b04bfd
4 changed files with 207 additions and 0 deletions

View File

@@ -2,6 +2,11 @@ import '@testing-library/jest-dom';
import { cleanup } from '@testing-library/react';
import useFlowStore from '../src/pages/VisProgPage/visualProgrammingUI/VisProgStores.tsx';
if (!globalThis.structuredClone) {
globalThis.structuredClone = (obj: any) => {
return JSON.parse(JSON.stringify(obj));
};
}
// To make sure that the tests are working, it's important that you are using
// this implementation of ResizeObserver and DOMMatrixReadOnly