carpool path creator
This commit is contained in:
		
							parent
							
								
									37fd74d6d3
								
							
						
					
					
						commit
						40227be69a
					
				| 
						 | 
				
			
			@ -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);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue