Skip to content

Commit

Permalink
NAS-129579: Add custom app form
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft committed Sep 9, 2024
1 parent 38eea9e commit abc2820
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ import { mockJob, mockWebSocket } from 'app/core/testing/utils/mock-websocket.ut
import { CatalogAppState } from 'app/enums/catalog-app-state.enum';
import { App } from 'app/interfaces/app.interface';
import { DialogService } from 'app/modules/dialog/dialog.service';
import { IxCodeEditorComponent } from 'app/modules/forms/ix-forms/components/ix-code-editor/ix-code-editor.component';
import { IxCodeEditorHarness } from 'app/modules/forms/ix-forms/components/ix-code-editor/ix-code-editor.harness';
import { IxInputComponent } from 'app/modules/forms/ix-forms/components/ix-input/ix-input.component';
import { IxInputHarness } from 'app/modules/forms/ix-forms/components/ix-input/ix-input.harness';
import { IxSlideInRef } from 'app/modules/forms/ix-forms/components/ix-slide-in/ix-slide-in-ref';
import { IxFormsModule } from 'app/modules/forms/ix-forms/ix-forms.module';
import { PageHeaderModule } from 'app/modules/page-header/page-header.module';
import { CustomAppFormComponent } from 'app/pages/apps/components/custom-app-form/custom-app-form.component';
import { ApplicationsService } from 'app/pages/apps/services/applications.service';
Expand Down Expand Up @@ -42,8 +41,7 @@ describe('CustomAppFormComponent', () => {
const createComponent = createComponentFactory({
component: CustomAppFormComponent,
imports: [
IxInputComponent,
IxCodeEditorComponent,
IxFormsModule,
MockModule(PageHeaderModule),
ReactiveFormsModule,
],
Expand Down

0 comments on commit abc2820

Please sign in to comment.