Refactor: Update test files to improve mock structure and organization
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 6m57s

This commit is contained in:
2025-12-15 01:07:08 -08:00
parent 648f1c0239
commit 0f62a6330e
4 changed files with 46 additions and 44 deletions

View File

@@ -12,9 +12,6 @@ import * as db from './db/index.db';
import { FlyerProcessingService, type FlyerJobData, type IFileSystem } from './flyerProcessingService.server';
import { FlyerDataTransformer } from './flyerDataTransformer';
// --- Start: Interfaces for Dependency Injection ---
// --- End: Interfaces for Dependency Injection ---
export const connection = new IORedis(process.env.REDIS_URL!, {
maxRetriesPerRequest: null, // Important for BullMQ
password: process.env.REDIS_PASSWORD, // Add the password from environment variables