Skip to content

Commit

Permalink
fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hood committed Apr 18, 2022
1 parent 8a87769 commit 10aaf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/responses.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Bump from '../src/index';
import { rect_detectCollision } from '../src/rect';

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

function touch(
Expand Down Expand Up @@ -62,6 +61,7 @@ function slide(
goalY
);

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

return [
Expand Down

0 comments on commit 10aaf93

Please sign in to comment.