You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Small TypeScript utility library used as a TaskBounty Coverage Uplift dogfood subject. Intentionally low-coverage at ~30% to demonstrate a real lift to 80%.",
"type": "module",
"scripts": {
"test": "vitest run",
"test:coverage": "vitest run --coverage --coverage.reporter=text-summary --coverage.include='src/**/*.ts' --coverage.exclude='src/**/*.test.ts'"