auto-git:

[change] tests/serialization/scene-document-json.test.ts
This commit is contained in:
2026-04-22 16:23:56 +02:00
parent 483a0f2bdd
commit d071c77fc0

View File

@@ -192,14 +192,12 @@ describe("scene document JSON", () => {
legacyDocument.version = SHADER_SKY_HORIZON_HEIGHT_SCENE_DOCUMENT_VERSION;
delete (
(
(
legacyDocument.world as {
shaderSky: {
stars: Record<string, unknown>;
};
}
).shaderSky.stars
) as Record<string, unknown>
legacyDocument.world as {
shaderSky: {
stars: Record<string, unknown>;
};
}
).shaderSky.stars as Record<string, unknown>
).horizonFadeOffset;
const migratedDocument = parseSceneDocumentJson(