chore: Enhance database debugging setup and expand test mocks for Drizzle queries and Discord API interactions.

This commit is contained in:
syntaxbullet
2026-01-30 16:12:15 +01:00
parent 7049cbfd9d
commit 9a2fc101da
10 changed files with 43 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ mock.module("@shared/lib/config", () => ({
// Mock View
const mockGetUserWarningEmbed = mock(() => ({}));
mock.module("./moderation.view", () => ({
mock.module("@/modules/moderation/moderation.view", () => ({
getUserWarningEmbed: mockGetUserWarningEmbed
}));