From 14963d843a1a283fc5489c5a8a79a6cb2f8ded9e Mon Sep 17 00:00:00 2001 From: nicholas-codecov Date: Thu, 19 Sep 2024 10:07:28 -0300 Subject: [PATCH] rebase did not work --- vitest.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.mjs b/vitest.config.mjs index 2c9cfdaceb..35e591886f 100644 --- a/vitest.config.mjs +++ b/vitest.config.mjs @@ -18,6 +18,7 @@ const EXCLUDE_FROM_TESTING = [ const EXCLUDE_FROM_COVERAGE = [ ...EXCLUDE_FROM_TESTING, + 'src/**/*.test.*', 'repo-jest-setup.jsx', 'vitest.setup.ts', 'custom-testing-library.js',