Skip to content

Commit 10aaf93

Browse files
committed
fix broken tests
1 parent 8a87769 commit 10aaf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/responses.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Bump from '../src/index';
22
import { rect_detectCollision } from '../src/rect';
33

4-
// @ts-ignore
54
const world = Bump.newWorld(64);
65

76
function touch(
@@ -62,6 +61,7 @@ function slide(
6261
goalY
6362
);
6463

64+
// @ts-ignore
6565
Bump.responses.slide(world, collision, x, y, w, h, goalX!, goalY!);
6666

6767
return [

0 commit comments

Comments
 (0)