You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raw support test fails since it doesnot expect Blob. This behaviour could be fixed by updating the test however would lead to inconsistency with other drivers.
TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Blob
❯ Function.from node:buffer:319:9
❯ test/utils.ts:108:19
106| }
107| expect(rValueLen).toBe(value.length);
108| expect(Buffer.from(rValue).toString("base64")).toBe(
| ^
109| Buffer.from(value).toString("base64"),
110| );
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
The text was updated successfully, but these errors were encountered:
raw support
test fails since it doesnot expect Blob. This behaviour could be fixed by updating the test however would lead to inconsistency with other drivers.The text was updated successfully, but these errors were encountered: