Skip to content

Commit

Permalink
chore: add test in include option in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Jan 17, 2025
1 parent 58a2fe4 commit 6acface
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/salesforcedx-vscode-apex/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"include": [
"src/**/*.ts",
"src/oas/generationStrategy/*.json"
"src/oas/generationStrategy/*.json",
"test/**/*.ts"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 6acface

Please sign in to comment.