mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: refactor linting
This commit is contained in:
@@ -15,7 +15,6 @@ const mockRedisClient = {
|
||||
} as unknown as Redis;
|
||||
|
||||
test('pubsub with custom encoding', async () => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
||||
const encode = vi.fn((data) => data);
|
||||
|
||||
const broker = new PubSubRedisBroker({ redisClient: mockRedisClient, encode });
|
||||
|
||||
Reference in New Issue
Block a user