auto-git:

[change] tests/unit/underwater-fog.test.ts
This commit is contained in:
2026-04-22 14:05:35 +02:00
parent d7ded9af59
commit f014d99cd6

View File

@@ -16,7 +16,8 @@ describe("resolveUnderwaterFogState", () => {
waveStrength: 0.4
}
],
fog: []
fog: [],
light: []
}
};
@@ -48,4 +49,4 @@ describe("resolveUnderwaterFogState", () => {
})
).toBeNull();
});
});
});