We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546d4c2 commit 29dc67aCopy full SHA for 29dc67a
jest.config.js
@@ -86,8 +86,7 @@ module.exports = {
86
"ipfs-unixfs": "<rootDir>/node_modules/ipfs-unixfs/dist/index.min.js",
87
"uint8arrays":"<rootDir>/node_modules/uint8arrays/dist/index.min.js",
88
// Force kms-ethereum-signing to use compiled dist files instead of TypeScript source
89
- "^kms-ethereum-signing$": "<rootDir>/.yalc/kms-ethereum-signing/dist/index.js",
90
- "^kms-ethereum-signing$": "<rootDir>/node_modules/kms-ethereum-signing/dist/index.js",
+ "^kms-ethereum-signing$": require.resolve('kms-ethereum-signing'),
91
},
92
93
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
0 commit comments