auto-git:
[change] src/app/App.tsx [change] src/assets/starter-environment-assets.ts [change] src/document/migrate-scene-document.ts [change] src/document/scene-document-validation.ts [change] src/document/scene-document.ts [change] src/document/world-settings.ts [change] src/rendering/world-background-renderer.ts [change] src/rendering/world-shader-sky.ts [change] src/runtime-three/runtime-host.ts [change] src/runtime-three/runtime-project-time.ts [change] src/shared-ui/world-background-style.ts [change] src/viewport-three/ViewportCanvas.tsx [change] src/viewport-three/viewport-host.ts [change] tests/domain/runtime-project-time.test.ts [change] tests/domain/scene-document-validation.test.ts [change] tests/domain/world-settings.test.ts [change] tests/serialization/project-document-json.test.ts [change] tests/serialization/scene-document-json.test.ts [change] tests/unit/world-shader-sky.test.ts
This commit is contained in:
@@ -183,7 +183,9 @@ describe("runtime project time", () => {
|
||||
midnight.background.topColorHex
|
||||
);
|
||||
expect(dawn.background.topColorHex).not.toBe(noon.background.topColorHex);
|
||||
expect(midnight.background.topColorHex).not.toBe(noon.background.topColorHex);
|
||||
expect(midnight.background.topColorHex).not.toBe(
|
||||
noon.background.topColorHex
|
||||
);
|
||||
expect(midnight.background.bottomColorHex).not.toBe(
|
||||
noon.background.bottomColorHex
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user