fix(CI): Fix Pathfinding import at CI

This commit is contained in:
Vadim Shvetsov
2021-04-27 12:12:21 +03:00
parent e34c73ca00
commit 63a41c634f

View File

@@ -1,4 +1,4 @@
import PathFinding from '../src/engine/PathFinding';
import { PathFinding } from '../src/engine/PathFinding';
describe('calculating start and end points', function () {
beforeEach(() => {