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

OZG-5023 update tests

parent e8b4f23f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import { BinaryFileLinkRel, BinaryFileResource } from '@alfa-client/binary-file- ...@@ -3,7 +3,7 @@ import { BinaryFileLinkRel, BinaryFileResource } from '@alfa-client/binary-file-
import { SpinnerComponent } from '@alfa-client/ui'; import { SpinnerComponent } from '@alfa-client/ui';
import { ComponentFixture, TestBed, fakeAsync, tick } from '@angular/core/testing'; import { ComponentFixture, TestBed, fakeAsync, tick } from '@angular/core/testing';
import { faker } from '@faker-js/faker'; import { faker } from '@faker-js/faker';
import { AttachmentComponent, IconComponent } from 'design-system'; import { AttachmentComponent, CloseIconComponent, IconComponent } from 'design-system';
import { createBinaryFileResource } from 'libs/binary-file-shared/test/binary-file'; import { createBinaryFileResource } from 'libs/binary-file-shared/test/binary-file';
import { FileSizePlainPipe } from 'libs/tech-shared/src/lib/pipe/file-size-plain.pipe'; import { FileSizePlainPipe } from 'libs/tech-shared/src/lib/pipe/file-size-plain.pipe';
import { MockComponent, MockPipe } from 'ng-mocks'; import { MockComponent, MockPipe } from 'ng-mocks';
...@@ -22,6 +22,7 @@ describe('BinaryFile2Component', () => { ...@@ -22,6 +22,7 @@ describe('BinaryFile2Component', () => {
MockComponent(AttachmentComponent), MockComponent(AttachmentComponent),
MockComponent(IconComponent), MockComponent(IconComponent),
MockComponent(SpinnerComponent), MockComponent(SpinnerComponent),
MockComponent(CloseIconComponent),
MockPipe(FileSizePlainPipe), MockPipe(FileSizePlainPipe),
], ],
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment