Skip to content
Snippets Groups Projects
Commit 696d8d0c authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[TECH] Frontend use assets from ui-frontend-common & update branding : fix tests

parent d83c2b7c
No related branches found
No related tags found
1 merge request!1Feature/design/1
...@@ -55,7 +55,7 @@ class SubrogationBannerStubComponent {} ...@@ -55,7 +55,7 @@ class SubrogationBannerStubComponent {}
describe('AppComponent', () => { describe('AppComponent', () => {
beforeEach(async(() => { beforeEach(async(() => {
const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => {} }; const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => {}, getPlatformName: () => '' };
TestBed.configureTestingModule({ TestBed.configureTestingModule({
imports: [ imports: [
MatSidenavModule, MatSidenavModule,
......
...@@ -55,7 +55,7 @@ class SubrogationBannerStubComponent { } ...@@ -55,7 +55,7 @@ class SubrogationBannerStubComponent { }
describe('AppComponent', () => { describe('AppComponent', () => {
beforeEach(async(() => { beforeEach(async(() => {
const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => { } }; const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => { }, getPlatformName: () => '' };
TestBed.configureTestingModule({ TestBed.configureTestingModule({
declarations: [ declarations: [
AppComponent, AppComponent,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment