feat: enhance moderation functionality with type improvements and global broadcaster integration
This commit is contained in:
@@ -4,9 +4,9 @@ import { afterAll, beforeAll, describe, expect, it, vi } from "vitest";
|
||||
const originalEnv = process.env;
|
||||
|
||||
describe("Drizzle ORM Database", () => {
|
||||
let config: any;
|
||||
let drizzle: any;
|
||||
let logger: any;
|
||||
let config: typeof import("../src/config").config;
|
||||
let drizzle: typeof import("../src/database/drizzle");
|
||||
let logger: ReturnType<typeof import("../src/logger").createChildLogger>;
|
||||
|
||||
beforeAll(async () => {
|
||||
// Set up environment for config loading
|
||||
|
||||
Reference in New Issue
Block a user