Skip to content

Commit

Permalink
chore(*): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Aug 26, 2024
1 parent 454fe27 commit 4592518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Pathfinding', () => {
let layer: PathfindingLayer;

beforeEach(() => {
pathfinding = new Pathfinding({ runtime: false });
pathfinding = new Pathfinding();
layer = pathfinding.createLayer(mockGrid());
});

Expand Down

0 comments on commit 4592518

Please sign in to comment.