Skip to content

Commit

Permalink
did this fix the web3 buffer error?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Sep 17, 2024
1 parent ef17b49 commit 89b4ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/ledger-live-desktop/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const commonConfig = {
__SENTRY_URL__: null,
__PRERELEASE__: "null",
__CHANNEL__: "null",
Buffer: Uint8Array,
},
moduleNameMapper,
testPathIgnorePatterns,
Expand Down
1 change: 1 addition & 0 deletions libs/ledger-live-common/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const defaultConfig = {
"ts-jest": {
isolatedModules: true,
},
Buffer: Uint8Array,
},
testEnvironment: "node",
reporters,
Expand Down

0 comments on commit 89b4ac0

Please sign in to comment.