Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiertych committed Apr 10, 2024
1 parent 82514de commit ff84021
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {ComponentFixture, TestBed} from '@angular/core/testing';
import {AccessTokensComponent} from './access-tokens.component';
import {HttpClientTestingModule} from '@angular/common/http/testing';
import {TranslateFakeLoader, TranslateLoader, TranslateModule} from '@ngx-translate/core';
import {ReactiveFormsModule} from '@angular/forms';

describe('AccessTokensComponent', () => {
let component: AccessTokensComponent;
Expand All @@ -13,6 +14,7 @@ describe('AccessTokensComponent', () => {
declarations: [AccessTokensComponent],
imports: [
HttpClientTestingModule,
ReactiveFormsModule,
TranslateModule.forRoot({
loader: {
provide: TranslateLoader,
Expand Down

0 comments on commit ff84021

Please sign in to comment.