docfast/src/__tests__
OpenClaw 47571c8c81
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 16m25s
fix: validate PDF options in template render route (BUG-103)
2026-03-05 11:04:22 +01:00
..
api.test.ts Fix OpenAPI PdfOptions schema: add missing format values, waitUntil field, and template size limits 2026-03-04 11:09:19 +01:00
app-routes.test.ts fix(BUG-095,BUG-097): add Support link to footer partial, expand docs.html footer 2026-03-02 14:11:13 +01:00
auth.test.ts test: add auth, rate-limit, and keys service tests 2026-02-26 10:03:31 +00:00
billing.test.ts Fix BUG-099: Add TTL mechanism to provisionedSessions to prevent memory leak 2026-03-03 17:06:38 +01:00
body-limits.test.ts fix(BUG-101): enforce route-specific body size limits 2026-03-04 17:06:31 +01:00
browser-recycle.test.ts fix: clean up request interceptor in recyclePage to prevent pool contamination 2026-03-02 17:05:45 +01:00
convert-sanitized.test.ts fix: use sanitized PDF options from validator in convert/demo routes (BUG-102) 2026-03-05 08:05:22 +01:00
convert.test.ts feat: validate PDF options with TDD tests 2026-02-28 14:05:32 +01:00
db-utils.test.ts feat: unit tests for security/utility functions (isPrivateIP, isTransientError, markdown, escapeHtml) 2026-02-25 19:04:59 +00:00
db.test.ts test: add db retry and templates route tests 2026-02-27 10:05:34 +00:00
demo.test.ts feat: add PDF options validation to demo route (TDD) 2026-03-01 08:06:55 +01:00
email-change.test.ts test: add missing email-change verify edge cases (expired, max_attempts) 2026-03-01 14:05:43 +01:00
email.test.ts add verification service and email service tests (13 new tests) 2026-02-26 07:04:39 +00:00
errors.test.ts test: add comprehensive tests for isTransientError utility 2026-02-28 20:03:14 +01:00
health.test.ts test: add route tests for signup, recover, health 2026-02-26 16:05:05 +00:00
html-utils.test.ts feat: unit tests for security/utility functions (isPrivateIP, isTransientError, markdown, escapeHtml) 2026-02-25 19:04:59 +00:00
html.test.ts fix: add .js extension to html test import (TypeScript moduleResolution) 2026-03-01 11:05:08 +01:00
keys.test.ts test: add auth, rate-limit, and keys service tests 2026-02-26 10:03:31 +00:00
markdown.test.ts feat: unit tests for security/utility functions (isPrivateIP, isTransientError, markdown, escapeHtml) 2026-02-25 19:04:59 +00:00
network.test.ts feat: unit tests for security/utility functions (isPrivateIP, isTransientError, markdown, escapeHtml) 2026-02-25 19:04:59 +00:00
pdf-options.test.ts Add input validation for waitUntil and size limits for headerTemplate/footerTemplate 2026-03-04 11:04:46 +01:00
pdfRateLimit.test.ts test: add auth, rate-limit, and keys service tests 2026-02-26 10:03:31 +00:00
recover.test.ts test: add route tests for signup, recover, health 2026-02-26 16:05:05 +00:00
sanitize.test.ts refactor: deduplicate sanitizeFilename, add template+sanitize unit tests, fix esc single-quote 2026-02-25 16:04:22 +00:00
setup.ts test: add route tests for signup, recover, health 2026-02-26 16:05:05 +00:00
signup.test.ts test: add route tests for signup, recover, health 2026-02-26 16:05:05 +00:00
templates-render-validation.test.ts fix: validate PDF options in template render route (BUG-103) 2026-03-05 11:04:22 +01:00
templates-route.test.ts test: add db retry and templates route tests 2026-02-27 10:05:34 +00:00
templates.test.ts test: add 14 comprehensive template service tests 2026-03-01 17:03:50 +01:00
usage-flush.test.ts fix: flush usage entries independently to prevent batch poisoning (BUG-100) 2026-03-04 14:04:53 +01:00
usage.test.ts add unit tests for usage middleware (14 tests) 2026-02-26 13:04:15 +00:00
verification.test.ts add verification service and email service tests (13 new tests) 2026-02-26 07:04:39 +00:00