Description: Module resolution for the wallet-svelte-component library fails when run in strict Node.js environments (like Vitest tests). This is due to a missing file extension on a relative internal import in the package's distribution.
Expected Outcome:
In case "npm run test" command works
Difficulty Level: Medium
Description: Module resolution for the wallet-svelte-component library fails when run in strict Node.js environments (like Vitest tests). This is due to a missing file extension on a relative internal import in the package's distribution.
Expected Outcome:
In case "npm run test" command works
Difficulty Level: Medium