test(filters): add a unit runner and the filter dimension contract (#188)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user