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/jest-resolve@29.7.0/node_modules/jest-resolve/build/resolver.js:427:11)
...
I have this in my file
I run jest for testing and get this error
Why is it not importing?