feat: added ReactFlow-based node graph #11

Merged
j.gerla merged 68 commits from feat/visual-programming-interface into dev 2025-10-28 11:59:03 +00:00
Showing only changes of commit 34dd48ecb6 - Show all commits

View File

@@ -7,7 +7,7 @@ export default {
'^@/(.*)$': '<rootDir>/src/$1', '^@/(.*)$': '<rootDir>/src/$1',
'\\.(css|scss|sass)$': 'identity-obj-proxy' '\\.(css|scss|sass)$': 'identity-obj-proxy'
}, },
testMatch: ['<rootDir>/test/*.test.(ts|tsx)'], testMatch: ['<rootDir>/test/**/*.test.(ts|tsx)'],
transform: { transform: {
'^.+\\.(ts|tsx)$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.jest.json' }] '^.+\\.(ts|tsx)$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.jest.json' }]
} }