mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
chore: upgrade deps (#10824)
This commit is contained in:
@@ -2,11 +2,9 @@ import type Redis from 'ioredis';
|
||||
import { test, expect, vi } from 'vitest';
|
||||
import { PubSubRedisBroker } from '../src/index.js';
|
||||
|
||||
vi.mock('node:fs', () => {
|
||||
return {
|
||||
readFileSync: vi.fn(),
|
||||
};
|
||||
});
|
||||
vi.mock('node:fs', () => ({
|
||||
readFileSync: vi.fn(),
|
||||
}));
|
||||
|
||||
const mockRedisClient = {
|
||||
defineCommand: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user