auto-git:
[change] src/app/app.css [change] src/commands/set-scene-loading-screen-command.ts [change] src/document/migrate-scene-document.ts [change] src/document/scene-document-validation.ts [change] src/document/scene-document.ts [change] src/runner-web/RunnerCanvas.tsx [change] src/runtime-three/first-person-navigation-controller.ts [change] src/runtime-three/navigation-controller.ts [change] src/runtime-three/orbit-visitor-navigation-controller.ts [change] src/runtime-three/runtime-host.ts [change] tests/domain/editor-store.test.ts [change] tests/serialization/local-draft-storage.test.ts [change] tests/serialization/project-document-json.test.ts [change] tests/serialization/project-package.test.ts [change] tests/unit/runner-canvas.test.tsx [change] tests/unit/runtime-host.test.ts
This commit is contained in:
@@ -44,8 +44,10 @@ describe("project document JSON", () => {
|
||||
id: "scene-main",
|
||||
name: "Legacy Entry"
|
||||
});
|
||||
const { loadingScreen: _loadingScreen, ...legacySceneWithoutLoadingScreen } =
|
||||
legacyScene;
|
||||
const {
|
||||
loadingScreen: _loadingScreen,
|
||||
...legacySceneWithoutLoadingScreen
|
||||
} = legacyScene;
|
||||
void _loadingScreen;
|
||||
|
||||
const migratedDocument = parseProjectDocumentJson(
|
||||
|
||||
Reference in New Issue
Block a user