refactor: clean up code formatting and improve readability in various files
This commit is contained in:
@@ -18,7 +18,10 @@ export default defineConfig({
|
||||
reportsDirectory: "./coverage",
|
||||
// Policy (scoped gate): require 100% coverage on *explicitly listed* unit-testable modules first.
|
||||
// We'll expand this include list as we add more unit/component tests.
|
||||
include: ["src/lib/backoff.ts", "src/components/activity/ActivityFeed.tsx"],
|
||||
include: [
|
||||
"src/lib/backoff.ts",
|
||||
"src/components/activity/ActivityFeed.tsx",
|
||||
],
|
||||
exclude: ["**/*.d.ts", "src/**/__generated__/**", "src/**/generated/**"],
|
||||
thresholds: {
|
||||
lines: 100,
|
||||
|
||||
Reference in New Issue
Block a user