You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { base64url } from 'multiformats/bases/base64';
I run jest for testing and get this error
● Test suite failed to run
Cannot find module 'multiformats/bases/base64' from 'packages/bbsVC/src/rdfCanonicalize.ts'
...
> 6 | import { base64url } from 'multiformats/bases/base64';
| ^
...
at Resolver._throwModNotFoundError (node_modules/.pnpm/[email protected]/node_modules/jest-resolve/build/resolver.js:427:11)
...
Why is it not importing?
The text was updated successfully, but these errors were encountered:
I have this in my file
I run jest for testing and get this error
Why is it not importing?
The text was updated successfully, but these errors were encountered: