auto-git:

[change] tests/domain/create-empty-scene-document.test.ts
This commit is contained in:
2026-04-07 06:52:44 +02:00
parent 99716fbe30
commit 720a53c2f4

View File

@@ -58,7 +58,8 @@ describe("createEmptySceneDocument", () => {
bokehScale: 1.5
},
fogPath: "performance",
waterPath: "performance"
waterPath: "performance",
waterReflectionMode: "none"
}
});
expect(document.brushes).toEqual({});