From e284344f6989d645a3bc359938700f3bbebb9118 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 6 Apr 2026 08:54:53 +0200 Subject: [PATCH] Update test case with additional camera properties --- tests/domain/create-empty-scene-document.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/domain/create-empty-scene-document.test.js b/tests/domain/create-empty-scene-document.test.js index 3bd36ef1..f81acae2 100644 --- a/tests/domain/create-empty-scene-document.test.js +++ b/tests/domain/create-empty-scene-document.test.js @@ -53,7 +53,9 @@ describe("createEmptySceneDocument", () => { focusDistance: 10, focalLength: 0.03, bokehScale: 1.5 - } + }, + fogPath: "performance", + waterPath: "performance" } }); expect(document.brushes).toEqual({});