Skip to content

Commit

Permalink
fix(CI): Fix Pathfinding import at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimshvetsov committed Apr 27, 2021
1 parent e34c73c commit 63a41c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-diagrams-routing/tests/PathFinding.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PathFinding from '../src/engine/PathFinding';
import { PathFinding } from '../src/engine/PathFinding';

describe('calculating start and end points', function () {
beforeEach(() => {
Expand Down

0 comments on commit 63a41c6

Please sign in to comment.