Skip to content

Conversation

@vseplet
Copy link
Owner

@vseplet vseplet commented Jan 1, 2026

No description provided.

claude added 2 commits January 1, 2026 17:44
- Add unit tests for all core modules:
  - helpers_test.ts: URL manipulation and query params
  - fetchWithTimeout_test.ts: timeout functionality
  - parsers_test.ts: JSON parsing with Zod/ValiBot validation
  - Limiter_test.ts: rate limiting, retries, status handlers
  - Fetch_test.ts: HTTP methods and configuration
- Add CI workflow with lint, test, and publish dry-run jobs
- Add new deno tasks: test, test:coverage, lint, fmt, fmt:check, check
- Add @std/assert import mapping in deno.json
- Configure lint rules to exclude examples and slow-types
- Fix unused variable in helpers.ts (remove dead code)
- Fix unused parameter in parsers.ts (prefix with underscore)
- Add sanitizeOps/sanitizeResources options to async tests
- Remove flaky timeout test from Limiter tests
- All 42 tests now pass
@vseplet vseplet merged commit ce5e77e into main Jan 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants