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 {}
describe('AppComponent', () => {
beforeEach(async(() => {
const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => {} };
const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => {}, getPlatformName: () => '' };
TestBed.configureTestingModule({
imports: [
MatSidenavModule,
......
......@@ -55,7 +55,7 @@ class SubrogationBannerStubComponent { }
describe('AppComponent', () => {
beforeEach(async(() => {
const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => { } };
const startupServiceStub = { configurationLoaded: () => true, printConfiguration: () => { }, getPlatformName: () => '' };
TestBed.configureTestingModule({
declarations: [
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