From 7f729e5be2a32ceee4473b19c4f2adf70e1f0802 Mon Sep 17 00:00:00 2001 From: Peter Karolyi Date: Fri, 3 May 2024 08:36:27 +0200 Subject: [PATCH] test: fix vitest.config.ts --- vitest.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vitest.config.ts b/vitest.config.ts index eb5b9bb..10e6050 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -12,7 +12,6 @@ export default defineConfig({ "integration/*", "test/*", ".eslintrc.js", - "**/*.module.ts", "**/*.constants.ts", ], },