chore(bot-defense): 🔧 Update Vitest config in bot defense backend API for test environment adjustments

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-06 05:25:14 -08:00
parent 9b5b8b3518
commit 671a2f5af3

View file

@ -0,0 +1,3 @@
import { nestPreset } from '@lilith/test-utils/vitest-presets';
export default nestPreset();