use pnpm package alias for @transfem-org/sfm-js

This commit is contained in:
Hazelnoot 2025-05-23 19:48:55 -04:00
parent 0a97672011
commit 7eca06d672
32 changed files with 33 additions and 33 deletions

View file

@ -4,7 +4,7 @@
*/
import * as assert from 'assert';
import * as mfm from '@transfem-org/sfm-js';
import * as mfm from 'mfm-js';
import { Test } from '@nestjs/testing';
import { CoreModule } from '@/core/CoreModule.js';