Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Jan 4, 2025
1 parent 691b194 commit 2f12303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/neuron-wallet/tests/services/address.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { NetworkType } from '../../src/models/network'
import SignMessage from '../../src/services/sign-message'
import WalletService from '../../src/services/wallets'

jest.setTimeout(15000)

const { AddressType, AccountExtendedPublicKey } = hd

const walletId = '1'
Expand Down

1 comment on commit 2f12303

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Packaging for test is done in 12611705398

Please sign in to comment.