Skip to content

[codex] type-check web tests#1718

Merged
Uarmagan merged 1 commit intomainfrom
fix/web-test-typecheck-cleanup
May 5, 2026
Merged

[codex] type-check web tests#1718
Uarmagan merged 1 commit intomainfrom
fix/web-test-typecheck-cleanup

Conversation

@Uarmagan
Copy link
Copy Markdown
Contributor

@Uarmagan Uarmagan commented May 4, 2026

Summary

  • add a web test TypeScript config and include it in the normal type-check flow
  • fix the Calendar Draft test errors that first surfaced from the new check
  • clean up existing web test typing drift so the comprehensive web test check passes

Why

bun run type-check covered app source but not web test files, so editor-visible TypeScript errors could be missed during normal verification. This adds that missing coverage and brings the current web test suite into a clean typed state.

Verification

  • bun run type-check
  • bun run type-check:web-tests
  • bun run test:web
  • touched-file bunx biome check

Note

docs/README.md has a local unrelated change and was intentionally left out of this PR.

@Uarmagan Uarmagan marked this pull request as ready for review May 5, 2026 18:00
@Uarmagan Uarmagan force-pushed the fix/web-test-typecheck-cleanup branch from fa7bb89 to 1abe956 Compare May 5, 2026 18:35
@Uarmagan Uarmagan merged commit fed7e31 into main May 5, 2026
9 checks passed
@Uarmagan Uarmagan deleted the fix/web-test-typecheck-cleanup branch May 5, 2026 18:41
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.

1 participant