Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Nov 7, 2023
1 parent 8d54b58 commit 090cab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ module.exports = {
},

// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
transformIgnorePatterns: [
'^.+\\.json$',
'node_modules/(?!(@bangjelkoski/eth-crypto)/)',
],
transformIgnorePatterns: ['^.+\\.json$', 'node_modules/(?!(eth-crypto)/)'],

// An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
// unmockedModulePathPatterns: undefined,
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-ts/src/core/accounts/PublicKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Address } from './Address'
import {
publicKey as EthCryptoPublicKey,
util as EthCryptoUtil,
} from '@bangjelkoski/eth-crypto'
} from 'eth-crypto'
import { keccak256 } from 'js-sha3'
import {
GoogleProtobufAny,
Expand Down

0 comments on commit 090cab5

Please sign in to comment.