Update unit tests for runtime host and third-person navigation controller

This commit is contained in:
2026-04-27 17:26:01 +02:00
parent 2cf114d2b3
commit 5b5ab241cf
2 changed files with 10 additions and 2 deletions

View File

@@ -194,6 +194,7 @@ describe("ThirdPersonNavigationController", () => {
});
controller.activate(context);
document.dispatchEvent(new Event("pointerlockchange"));
document.dispatchEvent(mouseMoveEvent);
controller.update(0);