Skip to content

Commit

Permalink
[VAS] fix frontend common build (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
laedanrex authored Sep 8, 2023
1 parent 0112dea commit 901ca3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { By } from '@angular/platform-browser';
import { MissingTranslationHandler, TranslateLoader, TranslateModule } from '@ngx-translate/core';
import { MultiTranslateHttpLoader } from 'ngx-translate-multi-http-loader';
import { Observable, of, throwError } from 'rxjs';
import { LoggerModule } from '../../../logger';
import { VitamuiMissingTranslationHandler } from '../../../missing-translation-handler';
import { PipesModule } from '../../../pipes/pipes.module';
import { ArchiveUnitCountComponent } from './archive-unit-count.component';
Expand Down Expand Up @@ -50,6 +51,7 @@ describe('ArchiveUnitCountComponent', () => {
declarations: [ArchiveUnitCountComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
imports: [
LoggerModule.forRoot(),
HttpClientTestingModule,
TranslateModule.forRoot({
missingTranslationHandler: { provide: MissingTranslationHandler, useClass: VitamuiMissingTranslationHandler },
Expand Down

0 comments on commit 901ca3e

Please sign in to comment.