|
1 | 1 | import { Store, StoreModule } from '@ngrx/store'; |
2 | 2 | import { ComponentFixture, inject, TestBed, waitForAsync } from '@angular/core/testing'; |
3 | 3 | import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; |
4 | | -import { CommonModule, DOCUMENT } from '@angular/common'; |
| 4 | +import { CommonModule } from '@angular/common'; |
5 | 5 | import { ActivatedRoute, Router } from '@angular/router'; |
6 | 6 | import { TranslateLoader, TranslateModule } from '@ngx-translate/core'; |
7 | | -import { Angulartics2GoogleAnalytics } from 'angulartics2'; |
8 | 7 |
|
9 | 8 | // Load the implementations that should be tested |
10 | 9 | import { AppComponent } from './app.component'; |
@@ -73,7 +72,6 @@ describe('App component', () => { |
73 | 72 | providers: [ |
74 | 73 | { provide: NativeWindowService, useValue: new NativeWindowRef() }, |
75 | 74 | { provide: MetadataService, useValue: new MetadataServiceMock() }, |
76 | | - { provide: Angulartics2GoogleAnalytics, useValue: new AngularticsProviderMock() }, |
77 | 75 | { provide: Angulartics2DSpace, useValue: new AngularticsProviderMock() }, |
78 | 76 | { provide: AuthService, useValue: new AuthServiceMock() }, |
79 | 77 | { provide: Router, useValue: new RouterMock() }, |
|
0 commit comments