diff --git a/integration-libs/cds/src/config/default-cds-config.ts b/integration-libs/cds/src/config/default-cds-config.ts index f91be6f6786..5a1ee797b6f 100644 --- a/integration-libs/cds/src/config/default-cds-config.ts +++ b/integration-libs/cds/src/config/default-cds-config.ts @@ -28,5 +28,5 @@ export function defaultCdsConfigFactory(): CdsConfig { allowInsecureCookies: false, }, }, - } + }; }; diff --git a/integration-libs/cds/src/recent-searches/recent-searches.component.spec.ts b/integration-libs/cds/src/recent-searches/recent-searches.component.spec.ts index 966c59e8d94..ee97af0abd0 100644 --- a/integration-libs/cds/src/recent-searches/recent-searches.component.spec.ts +++ b/integration-libs/cds/src/recent-searches/recent-searches.component.spec.ts @@ -144,6 +144,6 @@ describe('RecentSearchesComponent', () => { expect(() => { component.shareEvent(ev); - }).toThrowError(); + }).toThrow(); }); }); diff --git a/projects/storefrontapp/src/app/spartacus/features/cds/cds-feature.module.ts b/projects/storefrontapp/src/app/spartacus/features/cds/cds-feature.module.ts index b195bf7839d..66fadfd104c 100644 --- a/projects/storefrontapp/src/app/spartacus/features/cds/cds-feature.module.ts +++ b/projects/storefrontapp/src/app/spartacus/features/cds/cds-feature.module.ts @@ -19,7 +19,7 @@ import { /** * Only differences to the default cds config, they are merged together. - * + * * @see defaultCdsConfigFactory * @see CdsModule.forRoot */ @@ -43,11 +43,11 @@ const cds1: CdsConfig = { }; /** -* Only differences to the default cds config, they are merged together. -* -* @see defaultCdsConfigFactory -* @see CdsModule.forRoot -*/ + * Only differences to the default cds config, they are merged together. + * + * @see defaultCdsConfigFactory + * @see CdsModule.forRoot + */ const cds2: CdsConfig = { cds: { baseSite: [