chore(ui): fix ts error due to excluded test folder (#5207)

This commit is contained in:
Marc Bernard
2025-04-28 20:52:09 +02:00
committed by GitHub
parent 04c4e5b14f
commit 6561485453
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'@verdaccio/ui-components': patch
---
chore(ui): fix ts error due to excluded test folder

View File

@@ -14,6 +14,15 @@
"types": ["node", "jest", "@testing-library/jest-dom"]
},
"include": ["src/**/*"],
"exclude": [
"**/build",
"node_modules",
"**/node_modules",
"**/coverage",
"**/*.spec.ts",
"**/__tests__",
"**/*.test.ts"
],
"references": [
{
"path": "../core/types"