Skip to content

Commit

Permalink
test(transloco): 💍 fix playground tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Dec 9, 2023
1 parent 308438f commit 7372ae8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ import { TRANSLOCO_SCOPE } from '@ngneat/transloco';

import { getTranslocoModule } from '../transloco-testing.module';

import { LazyComponent } from './lazy.component';
import LazyComponent from './lazy.component';

describe('LazyComponent', () => {
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
providers: [{ provide: TRANSLOCO_SCOPE, useValue: 'admin-page' }],
imports: [getTranslocoModule()],
declarations: [LazyComponent],
}).compileComponents();
}));

Expand Down

0 comments on commit 7372ae8

Please sign in to comment.