mirror of https://github.com/abpframework/abp
				
				
				
			
							parent
							
								
									47eddc660f
								
							
						
					
					
						commit
						696333726c
					
				| @ -0,0 +1,16 @@ | ||||
| { | ||||
|   "extends": "../../tsconfig.prod.json", | ||||
|   "compilerOptions": { | ||||
|     "outDir": "../../out-tsc/app", | ||||
|     "types": [], | ||||
|     "paths": {} | ||||
|   }, | ||||
|   "angularCompilerOptions": { | ||||
|     "enableIvy": true, | ||||
|     "fullTemplateTypeCheck": true, | ||||
|     "strictInjectionParameters": true | ||||
|   }, | ||||
|   "files": ["src/main.ts", "src/polyfills.ts"], | ||||
|   "include": ["src/**/*.ts"], | ||||
|   "exclude": ["src/test.ts", "src/**/*.spec.ts", "src/environments/*.ts"] | ||||
| } | ||||
| @ -1,16 +0,0 @@ | ||||
| import { TestBed } from '@angular/core/testing'; | ||||
| 
 | ||||
| import { AuthWrapperService } from './auth-wrapper.service'; | ||||
| 
 | ||||
| describe('AuthWrapperService', () => { | ||||
|   let service: AuthWrapperService; | ||||
| 
 | ||||
|   beforeEach(() => { | ||||
|     TestBed.configureTestingModule({}); | ||||
|     service = TestBed.inject(AuthWrapperService); | ||||
|   }); | ||||
| 
 | ||||
|   it('should be created', () => { | ||||
|     expect(service).toBeTruthy(); | ||||
|   }); | ||||
| }); | ||||
| @ -1,16 +0,0 @@ | ||||
| import { TestBed } from '@angular/core/testing'; | ||||
| 
 | ||||
| import { TenantBoxService } from './tenant-box.service'; | ||||
| 
 | ||||
| describe('TenantBoxService', () => { | ||||
|   let service: TenantBoxService; | ||||
| 
 | ||||
|   beforeEach(() => { | ||||
|     TestBed.configureTestingModule({}); | ||||
|     service = TestBed.inject(TenantBoxService); | ||||
|   }); | ||||
| 
 | ||||
|   it('should be created', () => { | ||||
|     expect(service).toBeTruthy(); | ||||
|   }); | ||||
| }); | ||||
| @ -1,25 +0,0 @@ | ||||
| import { ComponentFixture, TestBed } from '@angular/core/testing'; | ||||
| 
 | ||||
| import { AuthWrapperComponent } from './auth-wrapper.component'; | ||||
| 
 | ||||
| describe('AuthWrapperComponent', () => { | ||||
|   let component: AuthWrapperComponent; | ||||
|   let fixture: ComponentFixture<AuthWrapperComponent>; | ||||
| 
 | ||||
|   beforeEach(async () => { | ||||
|     await TestBed.configureTestingModule({ | ||||
|       declarations: [ AuthWrapperComponent ] | ||||
|     }) | ||||
|     .compileComponents(); | ||||
|   }); | ||||
| 
 | ||||
|   beforeEach(() => { | ||||
|     fixture = TestBed.createComponent(AuthWrapperComponent); | ||||
|     component = fixture.componentInstance; | ||||
|     fixture.detectChanges(); | ||||
|   }); | ||||
| 
 | ||||
|   it('should create', () => { | ||||
|     expect(component).toBeTruthy(); | ||||
|   }); | ||||
| }); | ||||
| @ -1,25 +0,0 @@ | ||||
| import { ComponentFixture, TestBed } from '@angular/core/testing'; | ||||
| 
 | ||||
| import { TenantBoxComponent } from './tenant-box.component'; | ||||
| 
 | ||||
| describe('TenantBoxComponent', () => { | ||||
|   let component: TenantBoxComponent; | ||||
|   let fixture: ComponentFixture<TenantBoxComponent>; | ||||
| 
 | ||||
|   beforeEach(async () => { | ||||
|     await TestBed.configureTestingModule({ | ||||
|       declarations: [ TenantBoxComponent ] | ||||
|     }) | ||||
|     .compileComponents(); | ||||
|   }); | ||||
| 
 | ||||
|   beforeEach(() => { | ||||
|     fixture = TestBed.createComponent(TenantBoxComponent); | ||||
|     component = fixture.componentInstance; | ||||
|     fixture.detectChanges(); | ||||
|   }); | ||||
| 
 | ||||
|   it('should create', () => { | ||||
|     expect(component).toBeTruthy(); | ||||
|   }); | ||||
| }); | ||||
					Loading…
					
					
				
		Reference in new issue
	
	 mehmet-erim
						mehmet-erim