Skip to content

Commit 92fddee

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2715 Test fix
(cherry picked from commit 337d4a4e9cf92ee70ca03b36c5c8e35087fa2a50)
1 parent 8cf2068 commit 92fddee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/submission/submission-legend/submission-legend.component.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { ComponentFixture, TestBed } from '@angular/core/testing';
2+
import { TranslateModule } from '@ngx-translate/core';
23

34
import { SubmissionLegendComponent } from './submission-legend.component';
45

@@ -8,6 +9,9 @@ describe('SubmissionLegendComponent', () => {
89

910
beforeEach(async () => {
1011
await TestBed.configureTestingModule({
12+
imports: [
13+
TranslateModule.forRoot()
14+
],
1115
declarations: [ SubmissionLegendComponent ]
1216
})
1317
.compileComponents();

0 commit comments

Comments
 (0)