Skip to content

Commit 7372ae8

Browse files
committed
test(transloco): 💍 fix playground tests
1 parent 308438f commit 7372ae8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/transloco-playground/src/app/lazy/lazy.component.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ import { TRANSLOCO_SCOPE } from '@ngneat/transloco';
55

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

8-
import { LazyComponent } from './lazy.component';
8+
import LazyComponent from './lazy.component';
99

1010
describe('LazyComponent', () => {
1111
beforeEach(waitForAsync(() => {
1212
TestBed.configureTestingModule({
1313
providers: [{ provide: TRANSLOCO_SCOPE, useValue: 'admin-page' }],
1414
imports: [getTranslocoModule()],
15-
declarations: [LazyComponent],
1615
}).compileComponents();
1716
}));
1817

0 commit comments

Comments
 (0)