From 6acfacea53432c83f2686d8508954304b00fe174 Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Thu, 16 Jan 2025 18:06:49 -0800 Subject: [PATCH] chore: add test in include option in tsconfig --- packages/salesforcedx-vscode-apex/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/salesforcedx-vscode-apex/tsconfig.json b/packages/salesforcedx-vscode-apex/tsconfig.json index 0d8c9f3c35..474c4afe68 100644 --- a/packages/salesforcedx-vscode-apex/tsconfig.json +++ b/packages/salesforcedx-vscode-apex/tsconfig.json @@ -6,7 +6,8 @@ }, "include": [ "src/**/*.ts", - "src/oas/generationStrategy/*.json" + "src/oas/generationStrategy/*.json", + "test/**/*.ts" ], "exclude": [ "node_modules",