From 3e80aaf242e1337f1acce5faabf4905754a8ce3f Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 25 Jul 2024 20:03:03 +0200 Subject: [PATCH] Fix vitest setup --- test/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tsconfig.json b/test/tsconfig.json index 3c10636a..b47111ab 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -16,5 +16,6 @@ // https://github.com/vitejs/vite/issues/15112#issuecomment-1823908010 "skipLibCheck": true }, - "include": ["../src", "."] + "include": ["../src", "."], + "exclude": ["../src/bin/initialize-account-theme/src"] }