Hi, I got this error when run tests via yarn test
:
yjs git:(v13.6.18) ✗ yarn test
....
created dist/tests.cjs in 332ms
node_modules/@types/markdown-it/lib/index.d.ts:151:33 - error TS2694: Namespace 'LinkifyIt' has no exported member 'LinkifyIt'.
151 readonly linkify: LinkifyIt.LinkifyIt;
~~~~~~~~~
Found 1 error in node_modules/@types/markdown-it/lib/index.d.ts:151
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I tried both master and v13.6.18, but got the same issue. It seems like an upstream issue, but I’m not sure.
node --version
v20.12.2