Update tests

This commit is contained in:
2026-03-21 10:20:16 +01:00
parent d2ddaef0d4
commit 3545b6dc08
37 changed files with 7 additions and 862 deletions
+7 -1
View File
@@ -19,5 +19,11 @@
"declaration": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
"exclude": [
"node_modules",
"dist",
"src/__tests__",
"**/__tests__",
"__tests__"
]
}