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

@ -11,6 +11,7 @@ import {
NgbPaginationModule,
NgbModalModule,
NgbModalRef,
NgbPopoverModule,
} from '@ng-bootstrap/ng-bootstrap'
import { of, throwError } from 'rxjs'
import { IfPermissionsDirective } from 'src/app/directives/if-permissions.directive'
@ -64,6 +65,7 @@ describe('CustomFieldsComponent', () => {
FormsModule,
ReactiveFormsModule,
NgbModalModule,
NgbPopoverModule,
],
})

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,
],
})