Skip to content

test(utils/jwt): add missing algorithm types in jwa.test.ts#4607

Merged
yusukebe merged 1 commit intohonojs:mainfrom
flathill404:fix/add-missing-jwa-types-test
Jan 1, 2026
Merged

test(utils/jwt): add missing algorithm types in jwa.test.ts#4607
yusukebe merged 1 commit intohonojs:mainfrom
flathill404:fix/add-missing-jwa-types-test

Conversation

@flathill404
Copy link
Copy Markdown
Contributor

The author should do the following, if applicable

  • Add tests
  • Run tests
  • bun run format:fix && bun run lint:fix to format the code
  • Add TSDoc/JSDoc to document the code

fixes #4606

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.56%. Comparing base (7997740) to head (d6bf474).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4607   +/-   ##
=======================================
  Coverage   91.56%   91.56%           
=======================================
  Files         173      173           
  Lines       11256    11256           
  Branches     3266     3266           
=======================================
  Hits        10307    10307           
  Misses        948      948           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member

@yusukebe yusukebe left a comment

Choose a reason for hiding this comment

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

LGTM!

@yusukebe yusukebe changed the title test: add missing algorithm types in jwa.test.ts test(utils/jwt): add missing algorithm types in jwa.test.ts Jan 1, 2026
@yusukebe
Copy link
Copy Markdown
Member

yusukebe commented Jan 1, 2026

@flathill404 Thanks!

@yusukebe yusukebe merged commit 4e87275 into honojs:main Jan 1, 2026
20 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.

test: add missing algorithm types in jwa.test.ts

2 participants