auto-git:

[change] tests/domain/runtime-project-time.test.ts
This commit is contained in:
2026-04-22 17:09:01 +02:00
parent 27dd1f4a33
commit 0e342b49d6

View File

@@ -296,7 +296,7 @@ describe("runtime project time", () => {
Math.sin((40 * Math.PI) / 180),
3
);
expect((moonPeak.moonLight?.direction.z ?? 0)).toBeGreaterThan(0.85);
expect(moonPeak.moonLight?.direction.z ?? 0).toBeGreaterThan(0.85);
expect(Math.abs(moonPeak.moonLight?.direction.x ?? 1)).toBeLessThan(0.05);
expect(moonPeak.moonLight?.direction.y ?? 0).toBeCloseTo(
Math.sin((25 * Math.PI) / 180),