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#3254

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed May 16, 2024
1 parent 8ef6cea commit 3e4f4a7
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 3e4f4a7

Please sign in to comment.