Add loadingScreen properties to scene-main in local draft storage test
This commit is contained in:
@@ -291,6 +291,11 @@ describe("local draft storage", () => {
|
||||
"scene-main": {
|
||||
id: "scene-main",
|
||||
name: "Untitled Scene",
|
||||
loadingScreen: {
|
||||
colorHex: "#0d1117",
|
||||
headline: null,
|
||||
description: null
|
||||
},
|
||||
world: createEmptySceneDocument().world,
|
||||
brushes: {
|
||||
[invalidBrush.id]: invalidBrush
|
||||
|
||||
Reference in New Issue
Block a user