| 
					
				 | 
			
			
				@@ -0,0 +1,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { ComponentFixture, TestBed } from '@angular/core/testing'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { ConsultPage } from './consult.page'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+describe('ConsultPage', () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  let component: ConsultPage; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  let fixture: ComponentFixture<ConsultPage>; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  beforeEach(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    fixture = TestBed.createComponent(ConsultPage); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    component = fixture.componentInstance; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    fixture.detectChanges(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  it('should create', () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    expect(component).toBeTruthy(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+}); 
			 |