From 10aaf93418afd40a9b15a4a9069b293a0447fe10 Mon Sep 17 00:00:00 2001 From: hood Date: Mon, 18 Apr 2022 12:47:32 +0200 Subject: [PATCH] fix broken tests --- test/responses.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/responses.test.ts b/test/responses.test.ts index acbd347..829edd4 100644 --- a/test/responses.test.ts +++ b/test/responses.test.ts @@ -1,7 +1,6 @@ import Bump from '../src/index'; import { rect_detectCollision } from '../src/rect'; -// @ts-ignore const world = Bump.newWorld(64); function touch( @@ -62,6 +61,7 @@ function slide( goalY ); + // @ts-ignore Bump.responses.slide(world, collision, x, y, w, h, goalX!, goalY!); return [