Skip to content

fix: better configs#24

Merged
madkarmaa merged 3 commits into
mainfrom
fix/better-configs
May 25, 2026
Merged

fix: better configs#24
madkarmaa merged 3 commits into
mainfrom
fix/better-configs

Conversation

@madkarmaa

Copy link
Copy Markdown
Owner

What changed?

Better project configs.

Why?

No type checking tests were running.

Checklist

  • Tests added or updated

@madkarmaa madkarmaa self-assigned this May 25, 2026
Copilot AI review requested due to automatic review settings May 25, 2026 14:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables type-checking of test files so that @ts-expect-error and satisfies assertions in the test suite are actually validated, and ensures CI release flows run the typecheck step.

Changes:

  • Include tests directory in tsconfig.json so tsc --noEmit covers test files.
  • Enable Vitest's built-in typecheck runner pointed at tsconfig.json.
  • Add bun run typecheck steps before tests in both release and canary jobs of release.yml.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
tsconfig.json Adds tests to include so test type assertions are checked.
vitest.config.ts Enables Vitest typecheck integration using project tsconfig.
.github/workflows/release.yml Adds typecheck step prior to tests in release and canary jobs.

@madkarmaa madkarmaa merged commit 3196e00 into main May 25, 2026
3 checks passed
@madkarmaa madkarmaa deleted the fix/better-configs branch May 25, 2026 14:25
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