From 59473479950d6a56fba82e6ea92d4ab56ccb96ad Mon Sep 17 00:00:00 2001 From: nicholas-codecov Date: Thu, 19 Sep 2024 10:05:06 -0300 Subject: [PATCH] remove fix - will be added in rebase --- vitest.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/vitest.config.mjs b/vitest.config.mjs index 35e591886f..2c9cfdaceb 100644 --- a/vitest.config.mjs +++ b/vitest.config.mjs @@ -18,7 +18,6 @@ const EXCLUDE_FROM_TESTING = [ const EXCLUDE_FROM_COVERAGE = [ ...EXCLUDE_FROM_TESTING, - 'src/**/*.test.*', 'repo-jest-setup.jsx', 'vitest.setup.ts', 'custom-testing-library.js',