mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 08:12:40 +00:00
carpool path creator
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user