|
1 |
| -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; |
| 1 | +// import { async, ComponentFixture, TestBed } from '@angular/core/testing'; |
2 | 2 |
|
3 |
| -import { NgxCarbonAdComponent } from './ngx-carbon-ad.component'; |
| 3 | +// import { NgxCarbonAdComponent } from './ngx-carbon-ad.component'; |
4 | 4 |
|
5 |
| -describe('NgxCarbonAdComponent', () => { |
6 |
| - let component: NgxCarbonAdComponent; |
7 |
| - let fixture: ComponentFixture<NgxCarbonAdComponent>; |
| 5 | +// describe('NgxCarbonAdComponent', () => { |
| 6 | +// let component: NgxCarbonAdComponent; |
| 7 | +// let fixture: ComponentFixture<NgxCarbonAdComponent>; |
8 | 8 |
|
9 |
| - beforeEach(async(() => { |
10 |
| - TestBed.configureTestingModule({ |
11 |
| - declarations: [ NgxCarbonAdComponent ] |
12 |
| - }) |
13 |
| - .compileComponents(); |
14 |
| - })); |
| 9 | +// beforeEach(async(() => { |
| 10 | +// TestBed.configureTestingModule({ |
| 11 | +// declarations: [ NgxCarbonAdComponent ] |
| 12 | +// }) |
| 13 | +// .compileComponents(); |
| 14 | +// })); |
15 | 15 |
|
16 |
| - beforeEach(() => { |
17 |
| - fixture = TestBed.createComponent(NgxCarbonAdComponent); |
18 |
| - component = fixture.componentInstance; |
19 |
| - fixture.detectChanges(); |
20 |
| - }); |
| 16 | +// beforeEach(() => { |
| 17 | +// fixture = TestBed.createComponent(NgxCarbonAdComponent); |
| 18 | +// component = fixture.componentInstance; |
| 19 | +// fixture.detectChanges(); |
| 20 | +// }); |
21 | 21 |
|
22 |
| - it('should create', () => { |
23 |
| - expect(component).toBeTruthy(); |
24 |
| - }); |
25 |
| -}); |
| 22 | +// it('should create', () => { |
| 23 | +// expect(component).toBeTruthy(); |
| 24 | +// }); |
| 25 | +// }); |
0 commit comments