Skip to content

fix(upload-client): do not request fileInfo before creating group from uuid #475

fix(upload-client): do not request fileInfo before creating group from uuid

fix(upload-client): do not request fileInfo before creating group from uuid #475

Triggered via pull request October 18, 2023 13:14
Status Failure
Total duration 3m 3s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
API - group › should create group of files: packages/upload-client/test/api/group.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: "" Received: undefined at Object.<anonymous> (test/api/group.test.ts:19:42)
groupFrom Uploaded[] › should resolves when file is ready on CDN: packages/upload-client/test/uploadFileGroup/groupFromUploaded.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: "" Received: null at Object.<anonymous> (test/uploadFileGroup/groupFromUploaded.test.ts:19:42) at runMicrotasks (<anonymous>)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: packages/upload-client/src/uploadFileGroup/uploadFileGroup.ts#L3
'UploadcareFile' is defined but never used