From 67d3b75cf9ada8f915f4a8cece06b0b3c8c79562 Mon Sep 17 00:00:00 2001 From: ghostrider-05 Date: Mon, 14 Oct 2024 22:07:39 +0200 Subject: [PATCH] Update vitest.config.mts --- vitest.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitest.config.mts b/vitest.config.mts index e8f06b6..1454773 100644 --- a/vitest.config.mts +++ b/vitest.config.mts @@ -14,7 +14,7 @@ export default defineConfig({ '__tests__', '**/schemas/v2/generated/', '**/schemas/v2/scripts/', - './src/utils/openapi.ts', + '**/utils/openapi.ts', // TODO: add tests '**/payloads/v2/normalized/' ],