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

OZG-5167: add types

parent 038d7153
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ import localeDe from '@angular/common/locales/de'; ...@@ -15,7 +15,7 @@ import localeDe from '@angular/common/locales/de';
import { fakeAsync, tick } from '@angular/core/testing'; import { fakeAsync, tick } from '@angular/core/testing';
import { UntypedFormBuilder } from '@angular/forms'; import { UntypedFormBuilder } from '@angular/forms';
import faker from '@faker-js/faker'; import faker from '@faker-js/faker';
import { Resource } from '@ngxp/rest'; import { Resource, ResourceUri } from '@ngxp/rest';
import { cold } from 'jest-marbles'; import { cold } from 'jest-marbles';
import { CommandLinkRel } from 'libs/command-shared/src/lib/command.linkrel'; import { CommandLinkRel } from 'libs/command-shared/src/lib/command.linkrel';
import { createCommandResource } from 'libs/command-shared/test/command'; import { createCommandResource } from 'libs/command-shared/test/command';
...@@ -152,7 +152,7 @@ describe('BescheidenFormService', () => { ...@@ -152,7 +152,7 @@ describe('BescheidenFormService', () => {
}); });
it('should call patch with undefined sendBy', () => { it('should call patch with undefined sendBy', () => {
const bescheidDocumentUri: string = faker.internet.url(); const bescheidDocumentUri: ResourceUri = faker.internet.url();
service.patchValues({ service.patchValues({
...bescheidResource, ...bescheidResource,
sendBy: undefined, sendBy: undefined,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment