Skip to content

Commit

Permalink
chore: fix version check and integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Aug 16, 2024
1 parent d2c513d commit 2fe5456
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .yarn/versions/3e238404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@ releases:

declined:
- helios-background
- "@fluent-wallet/confluxscan-api"
- "@fluent-wallet/contract-method-name"
- "@fluent-wallet/json-rpc"
- helios-popup
- "@fluent-wallet/cfx_sign-transaction"
- "@fluent-wallet/cfx_sign-tx-with-ledger-nano-s"
- "@fluent-wallet/eth_sign-transaction"
- "@fluent-wallet/wallet_import-hardware-wallet-account-group-or-account"
- "@fluent-wallet/component-alert"
- "@fluent-wallet/component-button"
- "@fluent-wallet/component-checkbox"
- "@fluent-wallet/component-input"
- "@fluent-wallet/component-link"
- "@fluent-wallet/component-loading"
- "@fluent-wallet/component-menu"
- "@fluent-wallet/component-modal"
- "@fluent-wallet/component-tag"
- "@fluent-wallet/component-toast"
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ module.exports = {
'\\.(css|less|scss|sass)$': 'identity-obj-proxy',
tslib: 'tslib/tslib.es6.js',
'react-use': 'react-use/esm/index.js',
uuid: require.resolve('uuid'),
},
// globalSetup: path.resolve(__dirname, './scripts/jest-global-setup.js')
}

0 comments on commit 2fe5456

Please sign in to comment.