fix NumberPickerComponent tests

This commit is contained in:
Enea Jahollari
2023-09-28 19:09:58 +02:00
parent 08c22f90d4
commit 380658401b

View File

@@ -149,7 +149,8 @@ describe('NumberPickerComponent test suite', () => {
standalone: true,
imports: [FormsModule,
ReactiveFormsModule,
NgbModule]
NgbModule,
NumberPickerComponent,]
})
class TestComponent {