We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e366cc2 commit ffd2057Copy full SHA for ffd2057
2 files changed
handwritten/storage/test/acl.ts
@@ -392,6 +392,7 @@ describe('storage/acl', () => {
392
arrayBuffer: async () => new ArrayBuffer(0),
393
text: async () => '',
394
json: async () => ({}),
395
+ bytes: async () => new Uint8Array(),
396
clone: () => gaxiosResponse,
397
blob: async () => new Blob([]),
398
formData: async () => new FormData(),
handwritten/storage/test/headers.ts
@@ -53,6 +53,7 @@ describe('headers', () => {
53
54
55
56
57
58
};
59
storageTransport = new StorageTransport({
0 commit comments