1
0

upd: replace mfm with sfm

This commit is contained in:
Marie
2023-12-18 03:03:05 +01:00
parent 24ba0d1fff
commit c92c2d065f
27 changed files with 49 additions and 111 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*/
import * as assert from 'assert';
import * as mfm from 'mfm-js';
import * as mfm from '@sharkey/sfm-js';
import { Test } from '@nestjs/testing';
import { CoreModule } from '@/core/CoreModule.js';
@@ -5,7 +5,7 @@
import * as assert from 'assert';
import { parse } from 'mfm-js';
import { parse } from '@sharkey/sfm-js';
import { extractMentions } from '@/misc/extract-mentions.js';
describe('Extract mentions', () => {