Skip to content
Snippets Groups Projects
Commit cff1b376 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4320 OZG-4488 Fix unit test error output

parent b557d5de
Branches
Tags
No related merge requests found
......@@ -23,12 +23,12 @@
*/
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { ReactiveFormsModule, UntypedFormBuilder, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
import { MatIcon } from '@angular/material/icon';
import { MatAutocompleteModule } from '@angular/material/autocomplete';
import { MatButton } from '@angular/material/button';
import { MatFormFieldModule } from '@angular/material/form-field';
import { MatIcon } from '@angular/material/icon';
import { MatInputModule } from '@angular/material/input';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { RouterTestingModule } from '@angular/router/testing';
import { NavigationService } from '@goofy-client/navigation-shared';
import { ConvertForDataTestPipe, EMPTY_STRING, HasLinkPipe, ToEmbeddedResourcesPipe, createEmptyStateResource, createStateResource } from '@goofy-client/tech-shared';
......@@ -77,7 +77,7 @@ describe('VorgangSearchComponent', () => {
MatFormFieldModule,
MatInputModule,
ReactiveFormsModule,
BrowserAnimationsModule,
NoopAnimationsModule,
RouterTestingModule,
MatAutocompleteModule
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment