From 7372ae8b3ea9e8b4b168d2b3f079511a3923cd0a Mon Sep 17 00:00:00 2001 From: shaharkazaz Date: Sat, 9 Dec 2023 21:52:34 +0200 Subject: [PATCH] =?UTF-8?q?test(transloco):=20=F0=9F=92=8D=20fix=20playgro?= =?UTF-8?q?und=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/transloco-playground/src/app/lazy/lazy.component.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/transloco-playground/src/app/lazy/lazy.component.spec.ts b/apps/transloco-playground/src/app/lazy/lazy.component.spec.ts index c4e3dcde6..a71c7f75e 100644 --- a/apps/transloco-playground/src/app/lazy/lazy.component.spec.ts +++ b/apps/transloco-playground/src/app/lazy/lazy.component.spec.ts @@ -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(); }));