Skip to content

Commit

Permalink
Fix example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Apr 23, 2024
1 parent badc641 commit 157c6fc
Show file tree
Hide file tree
Showing 29 changed files with 290 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/examples/packages/bip32/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/bip44/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/browserify-plugin/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/browserify/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/client-status/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/cronjobs/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/dialogs/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/errors/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/ethereum-provider/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/ethers-js/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/get-entropy/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/get-file/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/home-page/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/images/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/interactive-ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../../../$1/src/jsx',
'<rootDir>/../../../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../../../$1/src/node',
'<rootDir>/../../../../../../node_modules/@metamask/$1/node',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../../../$1/src/jsx',
'<rootDir>/../../../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../../../$1/src/node',
'<rootDir>/../../../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/json-rpc/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/lifecycle-hooks/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/localization/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/manage-state/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/name-lookup/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/packages/network-access/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ module.exports = deepmerge(baseConfig, {
// This is required for the tests to run inside the `MetaMask/snaps`
// repository. You don't need this in your own project.
moduleNameMapper: {
'^@metamask/(.+)/production/jsx-runtime': [
'<rootDir>/../../../$1/src/jsx/production/jsx-runtime',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx/production/jsx-runtime',
'<rootDir>/node_modules/@metamask/$1/jsx/production/jsx-runtime',
],
'^@metamask/(.+)/jsx': [
'<rootDir>/../../../$1/src/jsx',
'<rootDir>/../../../../node_modules/@metamask/$1/jsx',
'<rootDir>/node_modules/@metamask/$1/jsx',
],
'^@metamask/(.+)/node$': [
'<rootDir>/../../../$1/src/node',
'<rootDir>/../../../../node_modules/@metamask/$1/node',
Expand Down
Loading

0 comments on commit 157c6fc

Please sign in to comment.