Update test case to assert targetable property is true after JSON serialization

This commit is contained in:
2026-05-11 21:34:02 +02:00
parent 38cc205ac6
commit 236c17c908

View File

@@ -2704,7 +2704,7 @@ describe("scene document JSON", () => {
});
expect(migratedDocument.entities[silentNpc.id]).toMatchObject({
kind: "npc",
targetable: false
targetable: true
});
});