Update deps to latest and align tests

This commit is contained in:
Peter Steinberger
2025-11-24 17:33:59 +01:00
parent 657188a7e2
commit f88b3ceb7a
4 changed files with 39 additions and 30 deletions

View File

@@ -14,5 +14,5 @@
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "src/**/*.test.ts", "src/**/*.test.tsx"]
}