chore: update eslint config, update tests, constants

This commit is contained in:
2026-02-17 17:40:38 +05:00
parent c6d16ca9c2
commit 185e80ae0e
21 changed files with 224 additions and 112 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default defineConfig({
include: ["tests/**/*.{test,spec}.{js,ts}"],
exclude: ["**/node_modules/**", "**/dist/**", "**/.svelte-kit/**", "**/build/**"],
env: {
DEBUG_PRINT_LIMIT: "0",
DEBUG_PRINT_LIMIT: "2000",
},
coverage: {
provider: "istanbul",