docs: add missing generatePermittedFileTypes
import (#1132)
#5180
ci.yaml
on: push
Matrix: analyze-bundle
bundle-analyze-result
0s
Annotations
3 errors and 4 warnings
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should update ACL:
packages/uploadthing/test/sdk.live.test.ts#L263
AssertionError: expected Response{ …(2) } to have property "status" with value 200
- Expected
+ Received
- 200
+ 403
❯ packages/uploadthing/test/sdk.live.test.ts:263:7
|
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should have correct usage info:
packages/uploadthing/test/sdk.live.test.ts#L285
AssertionError: expected GetUsageInfoResponse{ …(4) } to deeply equal { totalBytes: 15415, …(3) }
- Expected
+ Received
- Object {
- "appTotalBytes": 15415,
- "filesUploaded": 4,
+ GetUsageInfoResponse {
+ "appTotalBytes": 15418,
+ "filesUploaded": 5,
"limitBytes": 2147483648,
- "totalBytes": 15415,
+ "totalBytes": 15418,
}
❯ packages/uploadthing/test/sdk.live.test.ts:285:25
|
build
Process completed with exit code 1.
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|