Skip to content

Commit

Permalink
fix: jest + pnpm7
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed May 2, 2022
1 parent ac8da7d commit ac82364
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 52 deletions.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
moduleNameMapper: {
"^@polkadot/wasm-crypto$": "@polkadot/wasm-crypto/index.cjs",
"^@polkadot/wasm-crypto-asmjs$": "@polkadot/wasm-crypto-asmjs/empty.cjs",
"^@polkadot/wasm-crypto-wasm$": "@polkadot/wasm-crypto-wasm/data.cjs",
// "^@polkadot/wasm-crypto-wasm$": "@polkadot/wasm-crypto-wasm/data.cjs",
"^@polkadot/([^.]+)$": [
"@polkadot/$1/index.cjs",
"@polkadot/$1/node.cjs",
Expand Down
1 change: 1 addition & 0 deletions libs/ledger-live-common/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"babel-polyfill": "^6.26.0",
"bignumber.js": "^9.0.1",
"flow-bin": "^0.145.0",
"prop-types": "^15.8.1",
"qrcode": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading

0 comments on commit ac82364

Please sign in to comment.