Skip to content

Commit

Permalink
chore: exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Dec 7, 2023
1 parent 6243748 commit a685ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
"test/utils/sleep.ts" // "core/utils/api/client.ts"
],

"exclude": ["node_modules", "dist", "web"]
"exclude": ["node_modules", "dist", "web", "**/*.test.ts"]
}

0 comments on commit a685ab7

Please sign in to comment.