chore: update deps

This commit is contained in:
iCrawl
2023-11-06 21:36:31 +01:00
parent 637e1a4ddb
commit 6cd3adf030
39 changed files with 2872 additions and 3687 deletions

View File

@@ -46,8 +46,7 @@ test('Interaction callback creates burst handler', async () => {
auth: false,
body: { type: 4, data: { content: 'Reply' } },
}),
// TODO: This should be ArrayBuffer, there is a bug in undici request
).toBeInstanceOf(Uint8Array);
).toBeInstanceOf(ArrayBuffer);
expect(api.handlers.get(callbackKey)).toBeInstanceOf(BurstHandler);
});