forked from syntaxbullet/aurorabot
chore: Enhance database debugging setup and expand test mocks for Drizzle queries and Discord API interactions.
This commit is contained in:
@@ -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
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user