From ea0b240f3260f646c00824b4b75dedabb93084b9 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Wed, 28 May 2025 16:29:45 -0500 Subject: [PATCH] Add todo comment to mock phaser's tween manager --- test/testUtils/gameWrapper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testUtils/gameWrapper.ts b/test/testUtils/gameWrapper.ts index 21c4c7ecd6b..d1be55ae1b9 100644 --- a/test/testUtils/gameWrapper.ts +++ b/test/testUtils/gameWrapper.ts @@ -122,6 +122,7 @@ export default class GameWrapper { }, }; + // TODO: Replace this with a proper mock of phaser's TweenManager. this.scene.tweens = { add: data => { // TODO: our mock of `add` should have the same signature as the real one, which returns the tween