Skip to content

Commit

Permalink
build(plugin-keychain-memory): fix local imports broken due to .js exts
Browse files Browse the repository at this point in the history
Found the solution and a long discussion about it here:
kulshekhar/ts-jest#1057

TLDR: The Jest resolver needs a little extra information/tweak to the
config so that it can correctly handle the .js imports.

Specifically this comment provided the solution which I made here:
kulshekhar/ts-jest#1057 (comment)

Fixes hyperledger-cacti#3254

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed May 10, 2024
1 parent 4c94bf2 commit efc8242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efc8242

Please sign in to comment.