mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
chore: bump dependencies (#11356)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import { Buffer } from 'node:buffer';
|
||||
import { test, expect, vitest } from 'vitest';
|
||||
import { methods, secretboxLoadPromise } from '../src/util/Secretbox';
|
||||
|
||||
vitest.mock('@noble/ciphers/chacha');
|
||||
vitest.mock('@noble/ciphers/chacha.js');
|
||||
|
||||
// TODO: what is this even testing exactly?
|
||||
test.skip('Does not throw error with a package installed', async () => {
|
||||
|
||||
Reference in New Issue
Block a user