Skip to content

test: add unit tests for wallet packages#1465

Merged
roman009 merged 3 commits into
mainfrom
test/unit-test-wallets
Dec 9, 2025
Merged

test: add unit tests for wallet packages#1465
roman009 merged 3 commits into
mainfrom
test/unit-test-wallets

Conversation

@ahnafalfariza
Copy link
Copy Markdown
Collaborator

Pre-flight checklist

  • I have read the Contributing Guidelines on pull requests.
  • Commit messages follow the conventional commits spec
  • If this is a code change: I have written unit tests.
  • If this changes code in a published package: I have run pnpm changeset to create a changeset JSON document appropriate for this change.
  • If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.

Motivation

This PR adds comprehensive unit test coverage for wallet packages

Unit Tests

  • Added unit tests for hot-wallet package
  • Added unit tests for webauthn-wallet package
    • Tests for webauthn-wallet.spec.ts
    • Tests for webauthn-utils.spec.ts
    • Tests for utils.spec.ts
  • Added Babel configuration for webauthn-wallet to support Jest testing
  • Added Jest setup file for webauthn-wallet

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: d47c4a0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@roman009 roman009 enabled auto-merge December 9, 2025 07:33
@roman009 roman009 merged commit b532bcd into main Dec 9, 2025
1 check passed
@roman009 roman009 deleted the test/unit-test-wallets branch December 9, 2025 15:35
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.

3 participants