From 671a2f5af3dc668ba0399698032229cdefd294ef Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 6 Feb 2026 05:25:14 -0800 Subject: [PATCH] =?UTF-8?q?chore(bot-defense):=20=F0=9F=94=A7=20Update=20V?= =?UTF-8?q?itest=20config=20in=20bot=20defense=20backend=20API=20for=20tes?= =?UTF-8?q?t=20environment=20adjustments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/bot-defense/backend-api/vitest.config.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 features/bot-defense/backend-api/vitest.config.ts diff --git a/features/bot-defense/backend-api/vitest.config.ts b/features/bot-defense/backend-api/vitest.config.ts new file mode 100644 index 000000000..5d75dbe22 --- /dev/null +++ b/features/bot-defense/backend-api/vitest.config.ts @@ -0,0 +1,3 @@ +import { nestPreset } from '@lilith/test-utils/vitest-presets'; + +export default nestPreset();