From f622e803ba4d372dfdb703cae157afe537b8c04c Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 26 Mar 2026 18:06:22 +0800 Subject: [PATCH] fix(stage-ui-three): test type missing nodeConstraintMs --- .../src/renderer/stores/stage-three-runtime-diagnostics.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/stage-tamagotchi/src/renderer/stores/stage-three-runtime-diagnostics.test.ts b/apps/stage-tamagotchi/src/renderer/stores/stage-three-runtime-diagnostics.test.ts index 008d686a6..c0780546b 100644 --- a/apps/stage-tamagotchi/src/renderer/stores/stage-three-runtime-diagnostics.test.ts +++ b/apps/stage-tamagotchi/src/renderer/stores/stage-three-runtime-diagnostics.test.ts @@ -44,6 +44,7 @@ describe('stage three runtime diagnostics helpers', () => { lipSyncMs: 6, lookAtMs: 7, springBoneMs: 8, + nodeConstraintMs: 16.7, ts: 20, vrmFrameHookMs: 9, })