This commit is contained in:
tiago.kayaya
2021-02-09 13:16:41 +01:00
parent be39963109
commit b1fde29edd
213 changed files with 14533 additions and 14324 deletions
+4 -4
View File
@@ -2,8 +2,8 @@ import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { TestBed, async } from '@angular/core/testing';
import { Platform } from '@ionic/angular';
import { SplashScreen } from '@ionic-native/splash-screen/ngx';
import { StatusBar } from '@ionic-native/status-bar/ngx';
/* import { SplashScreen } from '@ionic-native/splash-screen/ngx';
import { StatusBar } from '@ionic-native/status-bar/ngx'; */
import { AppComponent } from './app.component';
@@ -21,8 +21,8 @@ describe('AppComponent', () => {
declarations: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
providers: [
{ provide: StatusBar, useValue: statusBarSpy },
{ provide: SplashScreen, useValue: splashScreenSpy },
{/* provide: StatusBar, useValue: statusBarSpy */ },
{/* provide: SplashScreen, useValue: splashScreenSpy */ },
{ provide: Platform, useValue: platformSpy },
],
}).compileComponents();