carpool path creator

This commit is contained in:
sbriat 2023-09-15 17:03:28 +02:00
parent 37fd74d6d3
commit 40227be69a
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ describe('Carpool Path Creator Service', () => {
[waypoint3, waypoint4],
);
const waysteps: WayStep[] = carpoolPathCreator.carpoolPath();
// console.log(JSON.stringify(waysteps, null, 2));
expect(waysteps).toHaveLength(6);
expect(waysteps[0].actors.length).toBe(1);
expect(waysteps[1].actors.length).toBe(1);