auto-git:
[change] src/app/App.tsx [change] tests/domain/runtime-project-time.test.ts
This commit is contained in:
@@ -304,16 +304,24 @@ describe("runtime project time", () => {
|
||||
dayCount: 0,
|
||||
dayLengthMinutes: 24
|
||||
});
|
||||
const shortNightMoonPeak = resolveRuntimeDayNightWorldState(world, longDay, {
|
||||
timeOfDayHours: 1,
|
||||
dayCount: 0,
|
||||
dayLengthMinutes: 24
|
||||
});
|
||||
const longNightMoonPeak = resolveRuntimeDayNightWorldState(world, shortDay, {
|
||||
timeOfDayHours: 1,
|
||||
dayCount: 0,
|
||||
dayLengthMinutes: 24
|
||||
});
|
||||
const shortNightMoonPeak = resolveRuntimeDayNightWorldState(
|
||||
world,
|
||||
longDay,
|
||||
{
|
||||
timeOfDayHours: 1,
|
||||
dayCount: 0,
|
||||
dayLengthMinutes: 24
|
||||
}
|
||||
);
|
||||
const longNightMoonPeak = resolveRuntimeDayNightWorldState(
|
||||
world,
|
||||
shortDay,
|
||||
{
|
||||
timeOfDayHours: 1,
|
||||
dayCount: 0,
|
||||
dayLengthMinutes: 24
|
||||
}
|
||||
);
|
||||
|
||||
expect(shortDayPeak.sunLight.direction.y).toBeLessThan(
|
||||
longDayPeak.sunLight.direction.y
|
||||
|
||||
Reference in New Issue
Block a user