From 709e908eb50d754782814d2cba9b921236cbbcd9 Mon Sep 17 00:00:00 2001 From: Gina A <70909035+gndz07@users.noreply.github.com> Date: Mon, 27 May 2024 17:04:03 +0200 Subject: [PATCH] fix: path of test files to be excluded --- tsconfig-rollup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig-rollup.json b/tsconfig-rollup.json index ce18b324..2f50bbb8 100644 --- a/tsconfig-rollup.json +++ b/tsconfig-rollup.json @@ -25,6 +25,6 @@ "react": ["./node_modules/@types/react"] } }, - "exclude": ["node_modules", "pages", "*.test.ts"], + "exclude": ["node_modules", "pages", "**/*.test.tsx"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] }