Skip to content

Commit

Permalink
chore: jest moduleMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
work-kevin-flynn committed Nov 19, 2024
1 parent a0ffc17 commit 0f9e17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config: Config = {

// A map from regular expressions to module names or to arrays of module names that allow to stub out resources with a single module
moduleNameMapper: {
'@aelf-web-login/wallet-adapter-(.*)$': '<rootDir>/../$1',
'@aelf-web-login/wallet-adapter-(.+)$': '<rootDir>/../$1',
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down

0 comments on commit 0f9e17b

Please sign in to comment.