-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78b8f65
commit 944a2a4
Showing
3 changed files
with
8 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,18 @@ import { | |
emptyOwnerTaskDetailsCloudMock | ||
} from '../task-header/mocks/task-details-cloud.mock'; | ||
import { fakeTaskDetailsCloud } from '../task-header/mocks/fake-task-details-response.mock'; | ||
import { cloudMockUser } from '../start-task/mock/user-cloud.mock'; | ||
import { ProcessServiceCloudTestingModule } from '../../testing/process-service-cloud.testing.module'; | ||
import { IdentityUserService } from '../../people/services/identity-user.service'; | ||
import { AdfHttpClient } from '@alfresco/adf-core/api'; | ||
|
||
const cloudMockUser = { | ||
id: 'fake-id-1', | ||
username: 'AssignedTaskUser', | ||
firstName: 'first-name-1', | ||
lastName: 'last-name-1', | ||
email: '[email protected]' | ||
}; | ||
|
||
describe('Task Cloud Service', () => { | ||
let service: TaskCloudService; | ||
let adfHttpClient: AdfHttpClient; | ||
|
20 changes: 0 additions & 20 deletions
20
lib/process-services-cloud/src/lib/task/start-task/mock/user-cloud.mock.ts
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.spec.ts
This file was deleted.
Oops, something went wrong.