Remove unused constant from project-document-json.test.ts and add updateAssets call in runtime-host.test.ts

This commit is contained in:
2026-04-14 17:21:55 +02:00
parent 1c8cd945ac
commit 16d7307999
2 changed files with 8 additions and 1 deletions

View File

@@ -154,6 +154,14 @@ describe("RuntimeHost", () => {
const host = new RuntimeHost({
enableRendering: false
});
host.updateAssets(
document.assets,
{
[asset.id]: loadedAsset
},
{},
{}
);
host.loadScene(runtimeScene);
const disableEffect = createSetLightEnabledControlEffect({