test(filters): add a unit runner and the filter dimension contract (#188)

This commit is contained in:
2026-08-25 14:58:21 -05:00
parent e695d91670
commit 5d0b66a982
6 changed files with 577 additions and 2 deletions
+3 -1
View File
@@ -6,6 +6,7 @@
"dev": "vite",
"build": "tsc && tsc -p tsconfig.test.json --noEmit && vite build",
"lint": "eslint src tests",
"test:unit": "vitest run",
"test:e2e": "playwright test",
"test:e2e:cov": "cross-env COVERAGE=true playwright test",
"coverage:report": "node scripts/coverage-report.js"
@@ -38,6 +39,7 @@
"typescript": "^5.5.4",
"typescript-eslint": "^8.67.0",
"vite": "^5.4.0",
"vite-plugin-istanbul": "^6.0.2"
"vite-plugin-istanbul": "^6.0.2",
"vitest": "^2.1.9"
}
}