Fix missing frontend test imports

This commit is contained in:
shamoon
2024-01-16 23:01:50 -08:00
parent 648dc709fd
commit ea632d0417
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import {
NgbPaginationModule,
NgbModalRef,
NgbModalModule,
NgbPopoverModule,
} from '@ng-bootstrap/ng-bootstrap'
import { of, throwError } from 'rxjs'
import { Workflow } from 'src/app/data/workflow'
@@ -99,6 +100,7 @@ describe('WorkflowsComponent', () => {
FormsModule,
ReactiveFormsModule,
NgbModalModule,
NgbPopoverModule,
],
})