From 667f3ba4224a9f044ed57274f959d3cfcd15739c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 03:45:53 +0200 Subject: [PATCH] Refactor App.tsx and add scene document validation tests --- src/app/App.tsx | 22 +--- tests/domain/build-runtime-scene.test.ts | 8 ++ .../domain/scene-document-validation.test.ts | 119 ++++++++++++++++++ .../serialization/scene-document-json.test.ts | 53 ++++++++ 4 files changed, 186 insertions(+), 16 deletions(-) create mode 100644 tests/domain/scene-document-validation.test.ts diff --git a/src/app/App.tsx b/src/app/App.tsx index e7be2afa..d18ffd3d 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -942,7 +942,12 @@ export function App({ store, initialStatusMessage }: AppProps) {
-
-
- - - - -
-